all repos — openbox @ f4c91c54b5117004603b81f1cdc0967f186cfaab

openbox fork - make it a bit more like ryudo

missing a )
Dana Jansens danakj@orodu.net
commit

f4c91c54b5117004603b81f1cdc0967f186cfaab

parent

a692d5c4e1e18a2a82cabfef20664286a13c5946

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

jump to
M scripts/focus.pyscripts/focus.py

@@ -197,7 +197,7 @@ desktop = ob.openbox.screen(data.screen).desktop()

if client and ((client.desktop() == desktop or client.desktop() == 0xffffffff) and \ client.normal() and (client.canFocus() or - client.focusNotify()): + client.focusNotify())): t = client.title() if len(t) > 50: # limit the length of titles t = t[:24] + "..." + t[-24:]