From 4b0b9527de69a56fc3c3ab5813a0ad666dd0b124 Mon Sep 17 00:00:00 2001 From: histalek Date: Tue, 4 Jan 2022 21:08:21 +0100 Subject: [PATCH] sway: Don't move keepass to scratchpad --- .config/sway/conf.d/window-rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/conf.d/window-rules b/.config/sway/conf.d/window-rules index 1ec6c2e..1d4329b 100644 --- a/.config/sway/conf.d/window-rules +++ b/.config/sway/conf.d/window-rules @@ -18,8 +18,8 @@ for_window { [instance="update_installer"] floating enable # window rules for specific apps - [app_id="^org.keepassxc.KeePassXC$"] floating enable, move scratchpad, border pixel 10 + [app_id="^org.keepassxc.KeePassXC$"] floating enable [app_id="mpv"] inhibit_idle visible; border none; max_render_time off - [class="Steam"] floating enable; max_render_time off + [class="Steam"] max_render_time off }