adding uwsm, ty fufexan. and quite a bit more

This commit is contained in:
cnst
2024-11-18 06:14:56 +01:00
parent 8d121fda97
commit edfc9767c7
17 changed files with 120 additions and 119 deletions

View File

@@ -2,7 +2,7 @@
TERMINAL="${TERMINAL:-foot}"
# Path to the tuirun executable
TUIRUN_PATH="/etc/profiles/per-user/$USER/bin/tuirun"
TUIRUN_PATH="/run/current-system/sw/bin/uwsm app -- 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
"$HYPRCTL" dispatch exec "$CMD"
uwsm app -- "$HYPRCTL" dispatch exec "$CMD"
fi