9 lines
		
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| cat <<EOF | xmenu
 | |
| []= Tiled Layout	0
 | |
| ><> Floating Layout	1
 | |
| [M] Monocle Layout	2
 | |
| EOF
 | |
| 
 |