diff options
| author | Robert Günzler <r@gnzler.io> | 2021-04-22 13:15:37 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:48 +0200 |
| commit | d3497269ec01f89178b784169bdc53cbd16aafa2 (patch) | |
| tree | b13b8e7123d97f65335466d43f7a3db640d9ba01 /.config/sway/auto.conf | |
| parent | 3f57eef6fb8a16c75b68453be7615678884a5116 (diff) | |
sway: update config
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 |