From 4a480b9d261afd11bbcf29a91ec3f9a6ce5c6763 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 5 Dec 2024 11:15:02 -0800 Subject: [PATCH] New backup 2024-12-05 11:15:02 --- de/home/.config/sway/config.d/window_rules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/de/home/.config/sway/config.d/window_rules b/de/home/.config/sway/config.d/window_rules index 3cdcb4d..d18c3c1 100644 --- a/de/home/.config/sway/config.d/window_rules +++ b/de/home/.config/sway/config.d/window_rules @@ -66,8 +66,9 @@ [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)|(Browser Access Request$)).*"] $float -# [app_id="org.keepassxc.KeePassXC" title="^((Unlock Database \- KeePassXC)|(KeePassXC \- Browser Access Request))"] $float + [app_id="org.keepassxc.KeePassXC" title="^(?=.*(^Unlock Database|Browser Access Request$)).*$"] $float +# [app_id="org.keepassxc.KeePassXC" title="(^Unlock Database).*"] $float +# [app_id="org.keepassxc.KeePassXC" title=".*(Browser Access Request$)"] $float #game - inhibit idle focus, no border, fullscreen, floating [instance="origin.exe"] $game @@ -85,6 +86,6 @@ #scratch [app_id="armcord"] $scratch - [app_id="org.keepassxc.KeePassXC" title=".*((^Unlock Database)|(Browser Access Request$)).*"] $scratch + [app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request)).*$"] $scratch }