From 4b208bce889d6f475359c050a845d13c36798ae9 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Thu, 4 Sep 2025 19:54:19 -0300 Subject: [PATCH] :wrench: chore(hypr/autostart): initialize wayland app daemon before launching if using uwsm --- config/hypr/shell/autostart.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hypr/shell/autostart.conf b/config/hypr/shell/autostart.conf index 94013b3..de5ed3b 100644 --- a/config/hypr/shell/autostart.conf +++ b/config/hypr/shell/autostart.conf @@ -3,6 +3,7 @@ # Daemons # exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # GNOME PolKit +exec-once = uwsm check is-active && systemctl enable --user --now wayland-wm-app-daemon exec-once = systemctl enable --user --now hyprpolkitagent # Hyprland's PolKit exec-once = systemctl enable --user --now hypridle exec-once = systemctl enable --user --now gnome-keyring-daemon