diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-07 19:07:04 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-12-07 19:28:05 +0100 |
| commit | 91abfe14227f79037c421d18fd3ae777abf87077 (patch) | |
| tree | a8e40de8fe25ac9b68940a3b4ec3f53ef44925aa | |
| parent | 8fb72f81c9b23bab7e2a992e7eefe9bf60c9093b (diff) | |
sway: resize firefox upload popup
| -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 |