From 70f451039d3d9de9d31724019f751fbf38a1e7e9 Mon Sep 17 00:00:00 2001 From: Jeena Date: Wed, 11 Mar 2026 23:11:12 +0900 Subject: [PATCH] Fix window rule issues in 0.54.2 --- hypr/autostart.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hypr/autostart.conf b/hypr/autostart.conf index 96a1058..1e8efdf 100644 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -1,7 +1,9 @@ exec-once = [workspace 1 silent] $browser exec-once = [workspace 2 silent] thunderbird exec-once = [workspace 2 silent] element-desktop -exec-once = [workspace 3 silent] chromium --profile-directory="Default" +exec-once = [workspace special:magic silent] $terminal -exec-once = [workspace special silent] $terminal -exec-once = [workspace special silent] keepassxc +# Qt apps don't work with workspace on exec-one +# Added windowrule for them +exec-once = keepassxc +exec-once = chromium --profile-directory="Default"