| { |
| "label" : "lock", |
| "action" : "swaylock -c 000000 -i ./lockscreen.png", |
| "text" : "Lock", |
| "keybind" : "l" |
| } |
| { |
| "label" : "hibernate", |
| "action" : "swaylock -c 000000 -i ./lockscreen.png -f && systemctl hibernate", |
| "text" : "Hibernate", |
| "keybind" : "h" |
| } |
| { |
| "label" : "logout", |
| "action" : "loginctl terminate-user $USER", |
| "text" : "Logout", |
| "keybind" : "e" |
| } |
| { |
| "label" : "shutdown", |
| "action" : "systemctl poweroff", |
| "text" : "Shutdown", |
| "keybind" : "s" |
| } |
| { |
| "label" : "suspend", |
| "action" : "swaylock -c 000000 -i ./lockscreen.png -f && systemctl suspend", |
| "text" : "Suspend", |
| "keybind" : "u" |
| } |
| { |
| "label" : "reboot", |
| "action" : "systemctl reboot", |
| "text" : "Reboot", |
| "keybind" : "r" |
| } |