From 556e4749424b2bd696701ed262aa85d7c1e0acaa Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Mon, 27 Oct 2025 12:46:52 -0400 Subject: [PATCH] Add setting systemd vars to prevent slow app launches --- default/hypr/autostart.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index 43cd3000..8588ac6f 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -8,3 +8,7 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = omarchy-cmd-first-run exec-once = uwsm-app -- elephant exec-once = uwsm-app -- walker --gapplication-service + +# Slow app launch fix -- set systemd vars +exec-once = systemctl --user import-environment $(env | cut -d'=' -f 1) +exec-once = dbus-update-activation-environment --systemd --all