💥 fix: incorrect usage of uwsm check is-active command on scripts

This commit is contained in:
retrozinndev
2025-06-16 17:20:24 -03:00
parent 818a04ffae
commit 41624d96d2
4 changed files with 18 additions and 10 deletions
+3 -3
View File
@@ -8,9 +8,9 @@
# From: https://github.com/retrozinndev/colorshell
if uwsm check is-active; then
exec uwsm-app -- $@
if uwsm check is-active "hyprland-uwsm.desktop"; then
exec uwsm app -- "$@"
exit 0
fi
exec $@
exec "$@"