From 3f561bf6f687e4915c0d0b948cfb02ea4a18be2b Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 23 Dec 2020 17:10:35 +0530 Subject: [PATCH] sway: Do not enable sticky for pavucontrol and blueman-manager A floating window that's sticky will move to the new active workspace whenever the workspace on the same output changes. --- sway/.config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index a1a04cd..55f9413 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -262,8 +262,8 @@ bindsym $mod+Shift+e mode "$mode_system" include /etc/sway/config.d/* # Application for which we want some default settings or layout -for_window [app_id="pavucontrol"] floating enable, sticky enable, resize set width 800 px height 600px -for_window [app_id="blueman-manager"] floating enable, sticky enable, resize set width 800 px height 600px +for_window [app_id="pavucontrol"] floating enable, resize set width 800 px height 600px +for_window [app_id="blueman-manager"] floating enable, resize set width 800 px height 600px for_window [title="Firefox — Sharing Indicator"] floating enable for_window [title="Firefox — Sharing Indicator"] no_focus