5 lines
		
	
	
	
		
			159 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			159 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| export DISPLAY=:0
 | |
| export XAUTHORITY=/home/crater2150/.Xauthority
 | |
| if ! pidof awesome; then sleep 5; exit; fi
 | |
| exec /home/crater2150/.local/bin/taralli
 | 
