🔧 chore(hypr): add $exec variable, use uwsm everywhere

This commit is contained in:
retrozinndev
2025-06-15 23:37:04 -03:00
parent a669e1acc3
commit 171d6408d1
5 changed files with 36 additions and 16 deletions
+5 -5
View File
@@ -6,16 +6,16 @@
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 = uwsm app -- wl-paste --type text --watch cliphist store
exec-once = uwsm app -- wl-paste --type image --watch cliphist store
exec-once = $exec wl-paste --type text --watch cliphist store
exec-once = $exec wl-paste --type image --watch cliphist store
# Tools
exec-once = systemctl enable --user --now hyprsunset
exec-once = systemctl enable --user --now hyprpaper
# Scripts
exec-once = uwsm app -- sh $XDG_CONFIG_HOME/hypr/scripts/gen-pywal.sh
exec-once = uwsm app -- sleep 3 && sh $XDG_CONFIG_HOME/hypr/scripts/load-hyprsunset.sh # wait some time to actually set the filters
exec-once = $exec sh $XDG_CONFIG_HOME/hypr/scripts/gen-pywal.sh
exec-once = $exec sleep 3 && sh $XDG_CONFIG_HOME/hypr/scripts/load-hyprsunset.sh # wait some time to actually set the filters
# Shell
exec-once = uwsm app -- ags run
exec-once = $exec ags run