💥 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:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user