10 lines
		
	
	
		
			136 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			136 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
# this makes it work in Ubuntu
 | 
						|
xhost +SI:localuser:$USER
 | 
						|
 | 
						|
# wmname LG3D
 | 
						|
# export _JAVA_AWT_WM_NONREPARENTING=1
 | 
						|
 | 
						|
exec stumpwm
 |