🔧 chore(hypr/scripts/exec): use gio to launch app from desktop file instead of gtk
This commit is contained in:
@@ -14,7 +14,7 @@ if uwsm check is-active; then
|
||||
fi
|
||||
|
||||
if [[ $1 =~ [.]desktop$ ]]; then
|
||||
gtk-launch $@
|
||||
gio launch $@
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user