refresh motd

This commit is contained in:
v0id1st 2025-09-18 23:12:52 +02:00
parent 6f7c6ba9ed
commit ea9c1e56f9

View File

@ -55,6 +55,8 @@ if-shell "tmux has-session -t main 2>/dev/null" "detach" \
send-keys -t main:2 '/usr/local/bin/tylda-motd.sh' C-m; \ send-keys -t main:2 '/usr/local/bin/tylda-motd.sh' C-m; \
select-window -t main:0" select-window -t main:0"
set-hook -g client-attached "send-keys -t main:2 '/usr/local/bin/tylda-motd.sh' C-m"
EOF EOF
cat << EOF > /home/$LOGIN/.profile cat << EOF > /home/$LOGIN/.profile