diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-10 07:16:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-10 07:16:56 +0000 |
| commit | 4ef15148365c223b8e810611a10dc27dc5fba355 (patch) | |
| tree | aeb1953c67def29e1c9e19d52d69323e6bf4643c /scripts | |
| parent | 12108e16e166034cd1840627502280d9a1ab0b9e (diff) | |
stop using a desktop number for iconic windows. woot!
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/focus.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/focus.py b/scripts/focus.py index e9a974b5..2fb6188a 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -29,6 +29,7 @@ _disable = 0 def _focusable(client, desktop): if not client.normal(): return 0 if not (client.canFocus() or client.focusNotify()): return 0 + if client.iconic(): return 0 if AVOID_SKIP_TASKBAR and client.skipTaskbar(): return 0 desk = client.desktop() |
