31 lines
		
	
	
		
			534 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			534 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| {
 | |
|     "label" : "lock",
 | |
|     "action" : "hyprlock",
 | |
|     "text" : "Lock",
 | |
|     "keybind" : "l"
 | |
| }
 | |
| {
 | |
|     "label" : "reboot",
 | |
|     "action" : "systemctl reboot",
 | |
|     "text" : "Reboot",
 | |
|     "keybind" : "r"
 | |
| }
 | |
| {
 | |
|     "label" : "shutdown",
 | |
|     "action" : "systemctl poweroff",
 | |
|     "text" : "Shutdown",
 | |
|     "keybind" : "s"
 | |
| }
 | |
| {
 | |
|     "label" : "logout",
 | |
|     "action" : "hyprctl dispatch exit 0",
 | |
|     "text" : "Logout",
 | |
|     "keybind" : "e"
 | |
| }
 | |
| {
 | |
|     "label" : "suspend",
 | |
|     "action" : "systemctl suspend",
 | |
|     "text" : "Suspend",
 | |
|     "keybind" : "u"
 | |
| }
 |