mirror of
				https://github.com/tmux-plugins/tmux-continuum.git
				synced 2025-11-04 08:36:09 +00:00 
			
		
		
		
	Removed automatic restore as screwed pane organisation.
- this caused issues with the restore missing some processes and putting others in the wrong place. - I think this may need some work with the tmux-resurrect plugin to fix if auto restore is to be used.
This commit is contained in:
		
				
					committed by
					
						
						Bruno Sutic
					
				
			
			
				
	
			
			
			
						parent
						
							a9cbf68546
						
					
				
				
					commit
					65d627af30
				
			@@ -23,7 +23,6 @@ template() {
 | 
			
		||||
	RemainAfterExit=True
 | 
			
		||||
	Environment=DISPLAY=:0
 | 
			
		||||
	ExecStart=/usr/bin/tmux ${systemd_tmux_server_start_cmd}
 | 
			
		||||
	ExecStartPost=/usr/bin/tmux run /home/peteches/.tmux/plugins/tmux-resurrect/scripts/restore.sh
 | 
			
		||||
 | 
			
		||||
	ExecStop=/home/peteches/.tmux/plugins/tmux-resurrect/scripts/save.sh
 | 
			
		||||
	ExecStop=/usr/bin/tmux kill-server
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user