From 5cd27fe13c1f2185354a767d20c25b8441db9ad9 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 11 Mar 2026 15:20:00 +0300 Subject: [PATCH] fix landiong --- home/user/.tmux/landing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.tmux/landing b/home/user/.tmux/landing index f827c64..6c4a0ea 100755 --- a/home/user/.tmux/landing +++ b/home/user/.tmux/landing @@ -8,7 +8,7 @@ readonly MAINW=landing readonly WORKING_PROJECT="${HOME}" 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 -ct -f big Landing; trap : INT; while true; do sleep 3600; done"' + 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