From 3d4eed56d7c00620503fc8294b5181eca7617e7e Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 5 Dec 2024 10:45:03 -0800 Subject: [PATCH] New backup 2024-12-05 10:45:03 --- de/home/.config/sway/config.d/window_rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de/home/.config/sway/config.d/window_rules b/de/home/.config/sway/config.d/window_rules index 91a27e0..ef68dfa 100644 --- a/de/home/.config/sway/config.d/window_rules +++ b/de/home/.config/sway/config.d/window_rules @@ -66,7 +66,7 @@ [title="^(?:Copying|Deleting|Moving|Progress).*Dolphin$"] $popup [title="^(File|Folder)\s*Already Exists\s*—\s*" app_id="dolphin|org.kde.ark|pcmanfm|pcmanfm-qt"] $popup [title="Confirm to replace files" app_id="dolphin|org.kde.ark|pcmanfm|pcmanfm-qt"] $popup - [app_id="org.keepassxc.KeePassXC" title="^(Unlock Database \- KeePassXC)"] $float + [app_id="org.keepassxc.KeePassXC" title="^((Unlock Database \- KeePassXC)|(KeePassXC \- Browser Access Request))"] $float #game - inhibit idle focus, no border, fullscreen, floating [instance="origin.exe"] $game @@ -84,6 +84,6 @@ #scratch [app_id="armcord"] $scratch - [app_id="org.keepassxc.KeePassXC" title="[^(Unlock Database \- KeePassXC)]"] $scratch + [app_id="org.keepassxc.KeePassXC" title=".*((^Unlock Database)|(Browser Access Request$)).*"] $scratch }