mirror of
				https://github.com/tmux-plugins/tmux-continuum.git
				synced 2025-11-04 00:07:32 +00:00 
			
		
		
		
	Swiched default command to new-session -d
- need the -d to start the server correctly as it does not have an emulator to attach the session to.
This commit is contained in:
		
				
					committed by
					
						
						Bruno Sutic
					
				
			
			
				
	
			
			
			
						parent
						
							fb52a173b8
						
					
				
				
					commit
					53853713eb
				
			@@ -37,4 +37,4 @@ systemd_service_name="tmux.service"
 | 
				
			|||||||
systemd_unit_file_path="$HOME/.config/systemd/user/${systemd_service_name}"
 | 
					systemd_unit_file_path="$HOME/.config/systemd/user/${systemd_service_name}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
systemd_tmux_server_start_cmd_option="@systemd_tmux_server_start_cmd"
 | 
					systemd_tmux_server_start_cmd_option="@systemd_tmux_server_start_cmd"
 | 
				
			||||||
systemd_tmux_server_start_cmd_default="new-session"
 | 
					systemd_tmux_server_start_cmd_default="new-session -d"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user