diff --git a/de/home/.config/sway/config.d/window_rules b/de/home/.config/sway/config.d/window_rules index c010f28..91a27e0 100644 --- a/de/home/.config/sway/config.d/window_rules +++ b/de/home/.config/sway/config.d/window_rules @@ -66,6 +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 #game - inhibit idle focus, no border, fullscreen, floating [instance="origin.exe"] $game @@ -83,6 +84,6 @@ #scratch [app_id="armcord"] $scratch - [app_id="org.keepassxc.KeePassXC"] $scratch + [app_id="org.keepassxc.KeePassXC" title="[^(Unlock Database \- KeePassXC)]"] $scratch }