fixes to tuirun script and hmmm?

This commit is contained in:
cnst
2024-11-18 19:36:27 +01:00
parent bade6bd057
commit a06c21ac5f
2 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
TERMINAL="${TERMINAL:-foot}"
# Path to the tuirun executable
TUIRUN_PATH="/run/current-system/sw/bin/uwsm app -- tuirun"
TUIRUN_PATH="/etc/profiles/per-user/$USER/bin/tuirun"
# Use absolute paths for commands
PGREP="/run/current-system/sw/bin/pgrep"
@@ -32,5 +32,5 @@ else
CMD="$CMD -e $TUIRUN_PATH"
# Launch the terminal with OPTIONS
uwsm app -- "$HYPRCTL" dispatch exec "$CMD"
"$HYPRCTL" dispatch exec "$CMD"
fi