]> Dogcows Code - chaz/openbox/commitdiff
add windows on all-desktops to the cycle list
authorDana Jansens <danakj@orodu.net>
Wed, 29 Jan 2003 23:46:17 +0000 (23:46 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 29 Jan 2003 23:46:17 +0000 (23:46 +0000)
scripts/focus.py

index d2cb1385668471cd0089719e5639e50b6db7c83e..60ea4189c3990a0410114f4f5a116ed2720a37e1 100644 (file)
@@ -194,7 +194,8 @@ def _create_popup_list(data):
     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
This page took 0.028189 seconds and 4 git commands to generate.