You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to start tmux server with creating all the sessions from resurrect how would I do that in a bash script?
tmux start-server
does not help, as it immediately quits. Also setting set exit-empty false in tmux.conf does keep the server running but, when I attach the windows are not restored.
Do you know how?
The text was updated successfully, but these errors were encountered:
I want to start
tmux
server with creating all the sessions fromresurrect
how would I do that in a bash script?does not help, as it immediately quits. Also setting
set exit-empty false
intmux.conf
does keep the server running but, when I attach the windows are not restored.Do you know how?
The text was updated successfully, but these errors were encountered: