From 180e3e18e15a4c250fb77a04e88ced2df7812f85 Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Wed, 11 Mar 2026 10:25:27 +0100 Subject: [PATCH] sway thunderbird floating window fix attempt --- CONFIG/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONFIG/sway/config b/CONFIG/sway/config index fc70e8a..a47a25a 100644 --- a/CONFIG/sway/config +++ b/CONFIG/sway/config @@ -349,6 +349,8 @@ for_window [app_id="floating_shell"] floating enable, border pixel 1, sticky ena for_window [title="Picture in picture"] floating enable, sticky enable for_window [title="Save File"] floating enable for_window [app_id="firefox" title="Firefox — Sharing Indicator"] kill +# only thunderbird main window as float +for_window [app_id="org.mozilla.Thunderbird" title="^((?!Mozilla Thunderbird).)*$"] floating enable # steam # https://github.com/ValveSoftware/steam-for-linux/issues/1040