From 9689158b0a3f771195443d4ed5fe269418a1d0bb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 2 Aug 2021 10:36:15 +0200 Subject: [PATCH] i3-companion: exclude sticky windows from exclusive apps --- bin/i3-companion | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/i3-companion b/bin/i3-companion index 2601339..b51845d 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -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