🔧 chore(hypr/scripts/exec): use uwsm-app for faster apps start time

This commit is contained in:
retrozinndev
2025-09-02 23:13:52 -03:00
parent 8b96ba9bf7
commit 4b682ee025
+1 -1
View File
@@ -9,7 +9,7 @@
if uwsm check is-active; then if uwsm check is-active; then
exec uwsm app -- "$@" exec uwsm-app -- "$@"
exit 0 exit 0
fi fi