From 91abfe14227f79037c421d18fd3ae777abf87077 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 7 Dec 2020 19:07:04 +0100 Subject: sway: resize firefox upload popup --- .config/sway/auto.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1