No longer depend on i3-sensible-terminal for main terminal emulator launching
This commit is contained in:
		
							parent
							
								
									597b9c8ea0
								
							
						
					
					
						commit
						72ffcb2e24
					
				
							
								
								
									
										4
									
								
								.xinitrc
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								.xinitrc
									
									
									
									
									
								
							@ -62,8 +62,8 @@ xset +dpms dpms 0 0 0
 | 
				
			|||||||
# If numlockx is installed, turn numlock on
 | 
					# If numlockx is installed, turn numlock on
 | 
				
			||||||
[ -s /usr/bin/numlockx ] && numlockx on
 | 
					[ -s /usr/bin/numlockx ] && numlockx on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set st up to launch tmux on $mod+Enter in i3
 | 
					# Set st up as the default terminal for i3-sensible-terminal
 | 
				
			||||||
export TERMINAL=~/.config/i3/launch-st.sh
 | 
					export TERMINAL=st
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# If $1 isn't set, use "i3"
 | 
					# If $1 isn't set, use "i3"
 | 
				
			||||||
session=${1:-i3}
 | 
					session=${1:-i3}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user