24 lines
		
	
	
	
		
			414 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			414 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
|     "label" : "lock",
 | |
|     "action" : "swaylock",
 | |
|     "text" : "Lock",
 | |
|     "keybind" : "l"
 | |
| }
 | |
| {
 | |
|     "label": "reboot",
 | |
|     "action": "systemctl reboot",
 | |
|     "text": "Reboot",
 | |
|     "keybind": "r"
 | |
| }
 | |
| {
 | |
|     "label" : "shutdown",
 | |
|     "action" : "poweroff",
 | |
|     "text" : "Shut Down",
 | |
|     "keybind" : "s"
 | |
| }
 | |
| {
 | |
|     "label": "logout",
 | |
|     "action": "loginctl terminate-user $USER",
 | |
|     "text": "Logout",
 | |
|     "keybind": "e"
 | |
| }
 |