31 lines
		
	
	
		
			513 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			513 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
    "label" : "lock",
 | 
						|
    "action" : "swaylock -c 000000",
 | 
						|
    "text" : "Lock",
 | 
						|
    "keybind" : "l"
 | 
						|
}
 | 
						|
{
 | 
						|
    "label" : "logout",
 | 
						|
    "action" : "kill -9 -1",
 | 
						|
    "text" : "Logout",
 | 
						|
    "keybind" : "e"
 | 
						|
}
 | 
						|
{
 | 
						|
    "label" : "shutdown",
 | 
						|
    "action" : "shutdown -p now",
 | 
						|
    "text" : "Shutdown",
 | 
						|
    "keybind" : "s"
 | 
						|
}
 | 
						|
{
 | 
						|
    "label" : "suspend",
 | 
						|
    "action" : "zzz",
 | 
						|
    "text" : "Suspend",
 | 
						|
    "keybind" : "u"
 | 
						|
}
 | 
						|
{
 | 
						|
    "label" : "reboot",
 | 
						|
    "action" : "shutdown -r now",
 | 
						|
    "text" : "Reboot",
 | 
						|
    "keybind" : "r"
 | 
						|
}
 |