From 5baec8d64cef54808e9a6cdca55a45450aa4f99f Mon Sep 17 00:00:00 2001 From: Alexander Oakman Date: Sat, 17 Aug 2024 19:47:59 +0300 Subject: [PATCH] Disable sticky mode for Firefox Library windows This forces firefox's library windows to stay in the same workspace as the parent firefox window. Moving a child window across all workspaces is strange behavior. --- etc/sway/config.d/30-applications-defaults.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sway/config.d/30-applications-defaults.conf b/etc/sway/config.d/30-applications-defaults.conf index bb32ea5..8482d95 100644 --- a/etc/sway/config.d/30-applications-defaults.conf +++ b/etc/sway/config.d/30-applications-defaults.conf @@ -1,5 +1,5 @@ # set floating mode for specific application -for_window [app_id="[Ff]irefox" title="^Library$"] floating enable, border pixel 1, sticky enable +for_window [app_id="[Ff]irefox" title="^Library$"] floating enable, border pixel 1 for_window [app_id="thunderbird" title=".*Reminder"] floating enable for_window [app_id="floating_shell_portrait"] floating enable, border pixel 1, sticky enable, resize set width 30 ppt height 40 ppt for_window [app_id="floating_shell"] floating enable, border pixel 1, sticky enable, resize set width 50 ppt height 60 ppt