Launch shell actions through Hyprland

This commit is contained in:
David Heinemeier Hansson
2026-05-26 18:50:24 +02:00
parent c70ed3cdcd
commit 9100bc96be
4 changed files with 14 additions and 3 deletions
@@ -4,4 +4,4 @@
# omarchy:args=<command>
cmd="$*"
exec env -u NO_COLOR setsid uwsm-app -- xdg-terminal-exec --app-id=org.omarchy.terminal --title=Omarchy -e bash -c "omarchy-show-logo; $cmd; if (( \$? != 130 )); then omarchy-show-done; fi"
exec setsid uwsm-app -- xdg-terminal-exec --app-id=org.omarchy.terminal --title=Omarchy -e bash -c "omarchy-show-logo; $cmd; if (( \$? != 130 )); then omarchy-show-done; fi"