tmux session landing

This commit is contained in:
thek4n 2026-07-24 13:22:23 +03:00
parent 64cab96cd8
commit d6c2fa9fee
2 changed files with 1 additions and 3 deletions

View File

@ -11,5 +11,3 @@ if ! tmux has-session -t="${SESSION}"; then
tmux new-session -s "${SESSION}" -d -n "1" -c "${WORKING_PROJECT}" 'sh -c "tmux set-option -p remain-on-exit on; figlet -w 200 -c -f big Landing; trap : INT; while true; do sleep 3600; done"'
tmux rename-window -t="${SESSION}:1" "${MAINW}"
fi
tmux switch-client -t "${SESSION}" -c "$(tmux display -p '#{client_tty}')"

File diff suppressed because one or more lines are too long