From df7f625b4c9331543da8c59c295ce6e3381fbabd Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 24 Mar 2026 19:59:16 +0300 Subject: [PATCH] fix tmux service --- home/user/.config/systemd/user/tmux.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/systemd/user/tmux.service b/home/user/.config/systemd/user/tmux.service index d86d909..c20fcd1 100644 --- a/home/user/.config/systemd/user/tmux.service +++ b/home/user/.config/systemd/user/tmux.service @@ -9,7 +9,7 @@ ExecStart=/usr/bin/tmux -D -L %u ExecStop=/usr/bin/tmux -L %u kill-server ExecReload=/usr/bin/tmux -L %u source-file %h/.config/tmux/tmux.conf Restart=on-failure -ExecStartPost=/usr/bin/tmux -L %u new-session -d -s landing 'sh -c "tmux rename-window -t 1 landing; tmux set-option remain-on-exit on; figlet -ct -f big Landing; trap : INT; while true; do sleep 3600; done"' +ExecStartPost=/usr/bin/tmux -L %u new-session -d -s landing 'sh -c "tmux rename-window -t 1 landing; tmux set-option remain-on-exit on; figlet -w 200 -c -f big Landing; trap : INT; while true; do sleep 3600; done"' [Install] WantedBy=default.target