mirror of
				https://github.com/tmux-plugins/tmux-continuum.git
				synced 2025-11-04 08:36:09 +00:00 
			
		
		
		
	Automatic Tmux start
Tmux is automatically started after the computer/server is turned on.
OS X
To enable this feature:
- put 
set -g @resurrect-auto-tmux-start 'on'intmux.conf - reload tmux config with this shell command: 
tmux source-file ~/.tmux.conf 
Next time the computer is started:
Terminal.appwindow will open and resize to maximum sizetmuxcommand will be executed in the terminal window- if "auto restore" feature is enabled, tmux will start restoring previous env
 
Config options:
set -g @resurrect-auto-tmux-start-options 'fullscreen'- terminal window will go fullscreenset -g @resurrect-auto-tmux-start-options 'iterm'- startiTerminstead ofTerminal.appset -g @resurrect-auto-tmux-start-options 'iterm,fullscreen'- startiTermin fullscreen
Linux
Help with this would be greatly appreciated. Please get in touch.