diff --git a/config/hypr/scripts/exec.sh b/config/hypr/scripts/exec.sh index 55edec9..af2a3f4 100644 --- a/config/hypr/scripts/exec.sh +++ b/config/hypr/scripts/exec.sh @@ -14,7 +14,7 @@ if uwsm check is-active; then fi if [[ $1 =~ [.]desktop$ ]]; then - gtk-launch $@ + gio launch $@ exit 0 fi