diff options
Diffstat (limited to 'home-config/sway')
-rw-r--r-- | home-config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home-config/sway/config b/home-config/sway/config index fdc56e0..2cecb72 100644 --- a/home-config/sway/config +++ b/home-config/sway/config | |||
@@ -314,10 +314,10 @@ exec syncthing serve --no-browser | |||
314 | 314 | ||
315 | # Force various windows to be floating | 315 | # Force various windows to be floating |
316 | # Firefox PIP YT Player | 316 | # Firefox PIP YT Player |
317 | for_window [app_id="firefox-default" title="^Picture-in-Picture$"] floating enable, resize set 578 326, border none, sticky enable | 317 | for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable, resize set 578 326, border none, sticky enable |
318 | # Duo 2FA | 318 | # Duo 2FA |
319 | for_window [app_id="firefox-default" title="^Activate Security Key — Mozilla Firefox$"] floating enable | 319 | for_window [app_id="firefox" title="^Activate Security Key — Mozilla Firefox$"] floating enable |
320 | for_window [app_id="firefox-default" title="^Nightly — Sharing Indicator$"] floating enable, resize set 18 52, border none, move position center, move y 0px | 320 | for_window [app_id="firefox" title="^Firefox — Sharing Indicator$"] floating enable, resize set 18 52, border none, move position center, move y 0px |
321 | # Qjackctl | 321 | # Qjackctl |
322 | for_window [app_id="qjackctl"] floating enable | 322 | for_window [app_id="qjackctl"] floating enable |
323 | # Weather Window | 323 | # Weather Window |