mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-05 10:45:06 +02:00
i3-companion: exclude sticky windows from exclusive apps
This commit is contained in:
parent
af3ba1dd57
commit
9689158b0a
1 changed files with 1 additions and 0 deletions
|
@ -405,6 +405,7 @@ async def workspace_exclusive(i3, event):
|
||||||
if w.id != ow.id
|
if w.id != ow.id
|
||||||
and (w.window_class or object()) != ow.window_class
|
and (w.window_class or object()) != ow.window_class
|
||||||
and ow.window_class in exclusive_apps
|
and ow.window_class in exclusive_apps
|
||||||
|
and not ow.sticky
|
||||||
}
|
}
|
||||||
|
|
||||||
# If current one is OK, don't move
|
# If current one is OK, don't move
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue