💥 fix: incorrect usage of uwsm check is-active command on scripts
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
# From: https://github.com/retrozinndev/colorshell
|
||||
|
||||
|
||||
if uwsm check is-active; then
|
||||
exec uwsm-app -- $@
|
||||
if uwsm check is-active "hyprland-uwsm.desktop"; then
|
||||
exec uwsm app -- "$@"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exec $@
|
||||
exec "$@"
|
||||
|
||||
@@ -14,8 +14,8 @@ exec-once = systemctl enable --user --now hyprsunset
|
||||
exec-once = systemctl enable --user --now hyprpaper
|
||||
|
||||
# Scripts
|
||||
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
|
||||
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 ags run
|
||||
|
||||
Reference in New Issue
Block a user