all repos — openbox @ ef0e907efd1c3e6372e172cedd9108034744486a

openbox fork - make it a bit more like ryudo

add windows on all-desktops to the cycle list
Dana Jansens danakj@orodu.net
commit

ef0e907efd1c3e6372e172cedd9108034744486a

parent

88662942c65b9b3e8cd208882e39cae675bc5374

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

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

@@ -194,7 +194,8 @@ longest = 0

for c in _clients: client = ob.openbox.findClient(c) desktop = ob.openbox.screen(data.screen).desktop() - if client and (client.desktop() == desktop and \ + if client and ((client.desktop() == desktop or + client.desktop() == 0xffffffff) and \ client.normal()): t = client.title() if len(t) > 50: # limit the length of titles