diff --git a/home/user/.config/systemd/user/tmux.service b/home/user/.config/systemd/user/tmux.service index e2cef08..4c2bf4f 100644 --- a/home/user/.config/systemd/user/tmux.service +++ b/home/user/.config/systemd/user/tmux.service @@ -9,6 +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 set-option remain-on-exit on; figlet -ct -f big Landing; exec sleep infinity"' [Install] WantedBy=default.target