From 87f03742a7248a0363c5aac7a7650eac65e545d8 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 8 Mar 2024 14:19:15 -0700 Subject: [PATCH] Don't make windows sticky by default Needed to accompany opacity locking function in sway-transparency --- sway/behaviours | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/behaviours b/sway/behaviours index 0f6262f64..13ee572c0 100644 --- a/sway/behaviours +++ b/sway/behaviours @@ -42,6 +42,7 @@ assign [app_id="argos"] 9 # Floating windows ################################################################################ +for_window [title=".*"] sticky disable for_window [app_id="Alacritty-grave"] floating enable, resize set height 600px, resize set width 800px, move position 990px 400px # Gnome software doesn't get correct dimensions for_window [app_id="org.gnome.Software"] floating enable @@ -50,9 +51,8 @@ for_window [title="SSH Passphrase"] floating enable # Picture-in-picture firefox for_window [title="^Picture-in-Picture$"] floating enable # Also make Picture-in-picture windows stick to active workspace -for_window [title="Picture-in-Picture"] sticky enable +for_window [title="^Picture-in-Picture$"] sticky enable # Picture-in-Picture -for_window [shell="xdg_shell"] sticky enable for_window [instance="Download"] floating enable for_window [window_role="plugin_ui"] floating enable for_window [title="Menu Update"] floating enable