💥 fix(hypr/autostart): colorshell not starting correctly
fixes the case when sometimes the shell doesn't launch
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
# Daemons
|
# Daemons
|
||||||
# exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # GNOME PolKit
|
# 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 hyprpolkitagent # Hyprland's PolKit
|
||||||
exec-once = systemctl enable --user --now hypridle
|
exec-once = systemctl enable --user --now hypridle
|
||||||
exec-once = systemctl enable --user --now gnome-keyring-daemon
|
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
|
exec-once = sleep 3 && sh $XDG_CONFIG_HOME/hypr/scripts/load-hyprsunset.sh # wait some time to actually set the filters
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
exec-once = $exec colorshell.desktop
|
exec-once = uwsm check is-active && uwsm app colorshell.desktop || gtk-launch colorshell.desktop || colorshell
|
||||||
|
|||||||
Reference in New Issue
Block a user