diff options
Diffstat (limited to '.config/sway/auto.conf')
| -rw-r--r-- | .config/sway/auto.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index ae56c9c..043d0ad 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -16,7 +16,7 @@ for_window [class="balena-etcher-electron"] floating enable; border normal for_window [app_id="firefox.*" title="Picture-in-Picture"] floating enable, sticky enable, border none 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="Sharing Indicator$"] floating enable, border none, sticky enable; exec centercon -w 0.025 lm for_window [app_id="firefox.*" title="^Close tabs?"] floating enable for_window [app_id="firefox.*" title="^File Upload$"] exec centercon -w .6 for_window [app_id="firefox.*" title="^Save As$"] exec centercon -w .6 |