From 3399c500764c09cc30420c79070192a3d3d2193a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Truchse=C3=9F?= Date: Wed, 3 Apr 2024 15:15:56 +0200 Subject: [PATCH] added new window rule for keepass --- sway/.config/sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 6560422..91f11f6 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -110,6 +110,7 @@ gaps inner 8 smart_gaps on smart_borders on for_window [app_id="org.keepassxc.KeePassXC"] floating enable +for_window [class="KeePassXC"] floating enable exec swayidle -w \ timeout 300 'swaylock -f -c ef5ffc' \