diff options
| -rw-r--r-- | .config/sway/auto.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index c568736..6afe96b 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -17,6 +17,7 @@ for_window [app_id="firefox" title="Picture-in-Picture"] floating enable, sticky for_window [app_id="firefox" title="^Developer Tools"] floating enable for_window [app_id="firefox" title="Sharing Indicator$"] floating enable, border none, move position 0 ppt 50 ppt, sticky enable for_window [app_id="firefox" title="^Close tabs?"] floating enable +for_window [app_id="firefox" title="^File Upload$"] exec centercon -w .6 # Tag windows for_window [app_id="firefox"] mark browser |