i3-companion: exclude sticky windows from exclusive apps

This commit is contained in:
Vincent Bernat 2021-08-02 10:36:15 +02:00
parent af3ba1dd57
commit 9689158b0a

View file

@ -405,6 +405,7 @@ async def workspace_exclusive(i3, event):
if w.id != ow.id
and (w.window_class or object()) != ow.window_class
and ow.window_class in exclusive_apps
and not ow.sticky
}
# If current one is OK, don't move