*: Fix some old uses of st as terminal

I replaced st with kitty in 0139294831 ("Use kitty instead of st as
terminal").
This commit is contained in:
2025-05-27 18:21:39 +02:00
parent a34a00eae6
commit 1f80b616c2
3 changed files with 7 additions and 5 deletions

View File

@@ -31,7 +31,8 @@ elif [[ $1 = "-t" ]]; then
# Kill and exit if already running to achieve a toggle.
! pkill -f "$TITLE" || exit 0
exec st -A 0.45 -t "$TITLE" "$0"
# TODO: Use $TERMINAL
exec kitty --single-instance -T "$TITLE" "$0"
else
# Backend