diff options
| author | Robert Günzler <r@gnzler.io> | 2021-05-31 16:45:23 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-05-31 16:45:23 +0200 |
| commit | 2c62ab9f8f38dbb0b2b0ea9fcb18f4cb6374287a (patch) | |
| tree | 4f3b7dd535be81b560c87aa2ec7e6811a8d2c52c /.config/sway/auto.conf | |
| parent | f9a2f1f9b6bb223dd1f52cf78392c2dd640730f3 (diff) | |
sway: drop some binds, add firefox shortcut
Diffstat (limited to '.config/sway/auto.conf')
| -rw-r--r-- | .config/sway/auto.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index 043d0ad..ca7b85a 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -16,10 +16,14 @@ 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, sticky enable; exec centercon -w 0.025 lm +for_window [app_id="firefox.*" title="Sharing Indicator$"] floating enable, border none, sticky enable; exec centercon 1 tr; focus mode_toggle 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 +for_window [app_id="firefox.*" title="^File Upload$"] floating enable +# exec centercon -w .6 +for_window [app_id="firefox.*" title="^Save As$"] floating enable +# exec centercon -w .6 +for_window [app_id="firefox.*" title="^Open Firefox in Troubleshoot Mode?$"] floating enable + for_window [app_id="Telegram" title="^Choose Files$"] floating enable; exec centercon -w .6 for_window [app_id="obs" title="^Local File$"] floating enable; exec centercon -w .6 |