11 lines
		
	
	
		
			235 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			235 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| echo $XDG_RUNTIME_DIR used for Wayland session
 | |
| export WLR_LIBINPUT_NO_DEVICES=1
 | |
| export PATH=~/bin:$PATH
 | |
| 
 | |
| echo "Session: in $XDG_RUNTIME_DIR" >> $DWL_LOG_FILE
 | |
| env
 | |
| 
 | |
| exec /usr/local/bin/dwl -s $HOME/bin/dwl.entourage
 |