From 384babec22004b8a2cdd5cf6c6d4aafa05594813 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 30 Aug 2021 18:33:01 +0200 Subject: sway: update config --- .config/sway/auto.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/sway/auto.conf') diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index df65c74..4d0eeec 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -23,7 +23,7 @@ for_window [app_id="launcher"] floating enable 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="^Developer Tools"] floating enable 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$"] floating enable @@ -34,6 +34,7 @@ for_window [app_id="firefox.*" title="^Open Firefox in Troubleshoot Mode?$"] flo for_window [app_id="multimc" title="Folder$"] floating enable for_window [app_id="telegramdesktop" title="^Choose Files$"] floating enable; exec centercon -w .6 +for_window [app_id="Telegram" title="^Choose Files$"] floating enable; exec centercon -w .6 for_window [app_id="telegramdesktop" title="^Media viewer$"] floating enable for_window [app_id="Telegram" floating] exec centercon -w .6 for_window [app_id="telegramdesktop" floating] exec centercon -w .6 -- cgit 1.4.1