💥 fix(hypr/autostart): colorshell not starting correctly

fixes the case when sometimes the shell doesn't launch
This commit is contained in:
retrozinndev
2025-09-14 10:19:52 -03:00
parent 4b208bce88
commit a28ac3cd3e
+1 -2
View File
@@ -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