add langing sessoin

This commit is contained in:
thek4n 2026-02-19 15:58:14 +03:00
parent b68cc25014
commit 3e21975bd0

View File

@ -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