tmux-resurrect
tmux-resurrect copied to clipboard
How to start tmux server with resurrect
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?