From 618a650e393c3dc8e952fae4c2868e0cdd56acf3 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Tue, 27 Dec 2022 17:08:03 -0500 Subject: [PATCH] More reliable floating --- sway/behaviours | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/behaviours b/sway/behaviours index 511fc66d2..fe45cd96e 100644 --- a/sway/behaviours +++ b/sway/behaviours @@ -23,8 +23,8 @@ assign [app_id="chrome-papillon.john.me.tz__-Default"] 0 # Dedicated Chromium wi # Floating windows ################################################################################ -#for_window [name="SSH Passphrase"] floating enable # SSH auth dialog -for_window [title="Picture-in-Picture"] floating enable # Picture-in-picture firefox +for_window [title="SSH Passphrase"] floating enable # SSH auth dialog +for_window [title="^Picture-in-Picture$"] floating enable # Picture-in-picture firefox # Also make Picture-in-picture windows stick to active workspace for_window [title="Picture-in-Picture"] sticky enable for_window [shell="xdg_shell"] sticky enable # Picture-in-picture firefox