diff options
| author | Robert Günzler <r@gnzler.io> | 2021-01-21 19:33:10 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:40:20 +0100 |
| commit | 72c39240811f1def43fca71de51566d206f7728d (patch) | |
| tree | a33aa1331fc55b587a243f64ef94d781df40a8ae /.config/sway/auto.conf | |
| parent | 0762801ed9627021e732cdeb225a737f44e3df42 (diff) | |
Update 2021-01-21T18:33:10Z
Diffstat (limited to '.config/sway/auto.conf')
| -rw-r--r-- | .config/sway/auto.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index 6afe96b..fe004f9 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -18,6 +18,8 @@ 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 +for_window [app_id="firefox" title="^Save As$"] exec centercon -w .6 +for_window [app_id="Telegram" title="^Choose Files$"] floating enable; exec centercon -w .6 # Tag windows for_window [app_id="firefox"] mark browser |