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"