From f50cc9928f33f97150e323d8e06fc13f908b0606 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Mon, 17 Nov 2025 21:36:29 -0300 Subject: [PATCH] :wrench: chore(hypr/scripts/exec): use gio to launch app from desktop file instead of gtk --- config/hypr/scripts/exec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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