🔧 chore(hypr/autostart): use exec script to run colorshell
also, as a fallback, execute normally
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
# color-shell configuration, please don't modify unless you know what you're doing!
|
||||
# colorshell configuration, please don't modify unless you know what you're doing!
|
||||
|
||||
# Daemons
|
||||
# exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # GNOME PolKit
|
||||
exec-once = systemctl enable --user --now hyprpolkitagent # Hyprland's PolKit
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # GNOME PolKit
|
||||
# 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
|
||||
exec-once = $exec wl-paste --type text --watch cliphist store
|
||||
@@ -17,4 +17,4 @@ exec-once = systemctl enable --user --now hyprpaper
|
||||
exec-once = sh $XDG_CONFIG_HOME/hypr/scripts/gen-pywal.sh
|
||||
|
||||
# Shell
|
||||
exec-once = uwsm check is-active && uwsm app colorshell.desktop || gtk-launch colorshell.desktop || colorshell
|
||||
exec-once = $exec colorshell.desktop || colorshell
|
||||
|
||||
Reference in New Issue
Block a user