*: 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user