8 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
source "/usr/lib/sp-functions"
 | 
						|
 | 
						|
options=$( ls "${conf_dir}/global-shortcuts/" )
 | 
						|
op=$( echo -e "${options}" | wofi -i --dmenu | awk '{print}' )
 | 
						|
 | 
						|
"${conf_dir}/global-shortcuts/${op}"
 |