diff --git a/config/hypr/shell/autostart.conf b/config/hypr/shell/autostart.conf index de5ed3b..4b469c7 100644 --- a/config/hypr/shell/autostart.conf +++ b/config/hypr/shell/autostart.conf @@ -3,7 +3,6 @@ # 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 @@ -19,4 +18,4 @@ exec-once = sh $XDG_CONFIG_HOME/hypr/scripts/gen-pywal.sh exec-once = sleep 3 && sh $XDG_CONFIG_HOME/hypr/scripts/load-hyprsunset.sh # wait some time to actually set the filters # Shell -exec-once = $exec colorshell.desktop +exec-once = uwsm check is-active && uwsm app colorshell.desktop || gtk-launch colorshell.desktop || colorshell