🔧 chore(hypr/scripts/exec): use gio to launch app from desktop file instead of gtk

This commit is contained in:
retrozinndev
2025-11-17 21:36:29 -03:00
parent b42ad1fa8f
commit f50cc9928f
+1 -1
View File
@@ -14,7 +14,7 @@ if uwsm check is-active; then
fi
if [[ $1 =~ [.]desktop$ ]]; then
gtk-launch $@
gio launch $@
exit 0
fi