all repos — openbox @ 97c3b159c2477b337186e6ee14aba2baf0f4933f

openbox fork - make it a bit more like ryudo

dont focus more than one window when cycling!
Dana Jansens danakj@orodu.net
commit

97c3b159c2477b337186e6ee14aba2baf0f4933f

parent

fa95bcda02f92ef38a9b8abfdb6730988060a4ba

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M util/epist/screen.ccutil/epist/screen.cc

@@ -523,6 +523,7 @@ if (! t->canFocus()) continue;

// found a good window! t->focus(); + return; } }