From 8ca70b0b49db9e807658d29098c0b6d83d90b09c Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 6 Mar 2026 18:50:36 +0000 Subject: [PATCH] Exec things --- .config/hypr/autostart.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/autostart.conf b/.config/hypr/autostart.conf index e0cab70..4ee2742 100644 --- a/.config/hypr/autostart.conf +++ b/.config/hypr/autostart.conf @@ -8,5 +8,5 @@ # exec-once = omarchy-cmd-first-run # 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 +exec-once = systemctl --user import-environment $(env | cut -d'=' -f 1) +exec-once = dbus-update-activation-environment --systemd --all