projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8866294
)
add windows on all-desktops to the cycle list
author
Dana Jansens
<danakj@orodu.net>
Wed, 29 Jan 2003 23:46:17 +0000
(23:46 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 29 Jan 2003 23:46:17 +0000
(23:46 +0000)
scripts/focus.py
patch
|
blob
|
history
diff --git
a/scripts/focus.py
b/scripts/focus.py
index d2cb1385668471cd0089719e5639e50b6db7c83e..60ea4189c3990a0410114f4f5a116ed2720a37e1 100644
(file)
--- a/
scripts/focus.py
+++ b/
scripts/focus.py
@@
-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