From 2c62ab9f8f38dbb0b2b0ea9fcb18f4cb6374287a Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 31 May 2021 16:45:23 +0200 Subject: sway: drop some binds, add firefox shortcut --- .config/sway/auto.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.config/sway/auto.conf') 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 -- cgit 1.4.1