💥 fix(hypr/scripts/exec.sh): some commands not running when using hyprctl

stopped using Hyprland's exec dispatcher, no need for it
This commit is contained in:
retrozinndev
2025-06-16 16:49:58 -03:00
parent 171d6408d1
commit 818a04ffae
+2 -2
View File
@@ -9,8 +9,8 @@
if uwsm check is-active; then
hyprctl dispatch exec "uwsm app -- $@" > /dev/null
exec uwsm-app -- $@
exit 0
fi
hyprctl dispatch exec "$@" > /dev/null
exec $@