diff options
| author | Robert Günzler <r@gnzler.io> | 2022-04-15 15:29:55 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-04-15 15:29:55 +0200 |
| commit | 754d42c26d623d18eaba214d0e5ec85235e2b595 (patch) | |
| tree | 10e26d8176d679a4772fb045a80b3602dcfd1dc7 /.config | |
| parent | 919964aea4a9841327fc3aa11fa0c96a797b96d6 (diff) | |
sway: update auto.conf
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/auto.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index adcaca9..8eae9f1 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -5,7 +5,7 @@ for_window [app_id="mpv"] max_render_time off -for_window [app_id="mpv"] floating enable; inhibit_idle open +for_window [app_id="mpv"] floating enable; inhibit_idle fullscreen # for_window [app_id="mpv" title=".* - mvi$"] border pixel $bpix; for_window [app_id="imv"] floating enable; inhibit_idle open @@ -19,6 +19,7 @@ for_window [app_id="zoom"] floating enable for_window [title="tridactyledit"] floating enable for_window [app_id="launcher"] floating enable for_window [class="balena-etcher-electron"] floating enable; border normal +for_window [app_id="com.github.wwmm.easyeffects"] floating enable; border none; exec centercon -w .4 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 @@ -32,10 +33,11 @@ for_window [app_id="firefox.*" title="^Open Firefox in Troubleshoot Mode?$"] flo for_window [app_id="firefox.*" title="^About Mozilla Firefox$"] floating enable for_window [app_id="multimc" title="Folder$"] floating enable -for_window [app_id=".*Telegram_Desktop$"] mark mail -for_window [app_id=".*Telegram_Desktop$" title="^Choose Files$"] floating enable; exec centercon -w .6 -for_window [app_id=".*Telegram_Desktop$" title="^Media viewer$"] floating enable -for_window [app_id=".*Telegram_Desktop$" floating] exec centercon -w .6 +for_window [app_id="telegram-desktop"] mark mail +for_window [app_id="telegram-desktop" title="Choose Files"] floating enable; exec centercon -w .6 +for_window [app_id="telegram-desktop" title="Media viewer"] floating enable +for_window [app_id="telegram-desktop" title="TelegramDesktop"] floating enable +#for_window [app_id="telegram-desktop" floating] exec centercon -w .6 for_window [app_id="obs" title="^Local File$"] floating enable; exec centercon -w .6 @@ -43,9 +45,8 @@ for_window [app_id="obs" title="^Local File$"] floating enable; exec centercon - for_window [app_id="firefox.*"] mark browser for_window [class="Chromium-browser"] mark work; mark browser for_window [class="discord"] mark mail -for_window [app_id="telegramdesktop"] mark mail -for_window [app_id="firefox.*" title="^web.whatsapp.com"] mark mail +for_window [class="parsecd"] inhibit_idle fullscreen for_window [con_mark="browser"] inhibit_idle fullscreen # Move around @@ -57,8 +58,7 @@ for_window [con_mark="mail"] move workspace 2, move workspace to output $outputS for_window [class="Spotify"] move workspace $wsMusic, move workspace to output $outputSide for_window [class="osu!"] move workspace $wsGame, layout tabbed, exec osu-mode on -for_window [class="KeePassXC"] move scratchpad; scratchpad show -for_window [app_id="Password Safe"] move scratchpad; scratchpad show +for_window [app_id="org.keepassxc.KeePassXC"] move scratchpad; scratchpad show for_window [class="Gvncviewer"] move workspace __vnc; fullscreen for_window [app_id="retroarch"] fullscreen; seat * hide_cursor 1000 |