diff options
Diffstat (limited to '.config/sway/auto.conf')
| -rw-r--r-- | .config/sway/auto.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |