From 4b682ee02573de3e2a97278740dcec06c8177d97 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Tue, 2 Sep 2025 23:13:52 -0300 Subject: [PATCH] :wrench: chore(hypr/scripts/exec): use `uwsm-app` for faster apps start time --- 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 a2f4adc..55edec9 100644 --- a/config/hypr/scripts/exec.sh +++ b/config/hypr/scripts/exec.sh @@ -9,7 +9,7 @@ if uwsm check is-active; then - exec uwsm app -- "$@" + exec uwsm-app -- "$@" exit 0 fi