From 3bd45fca8bc4deba5bfccefa8579895f9bcc732b Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 24 Jul 2026 13:22:23 +0300 Subject: [PATCH] tmux session landing --- home/user/.tmux/landing | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/user/.tmux/landing b/home/user/.tmux/landing index 57b051d..2201b5d 100755 --- a/home/user/.tmux/landing +++ b/home/user/.tmux/landing @@ -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}')"