From 3e21975bd033463534930cb654f37f8456f35a46 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 19 Feb 2026 15:58:14 +0300 Subject: [PATCH] add langing sessoin --- home/user/.config/systemd/user/tmux.service | 1 + 1 file changed, 1 insertion(+) 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