Skyler Turner | 4746458 | 2022-05-12 10:41:32 +0100 | [diff] [blame] | 1 | { |
| 2 | "label" : "lock", |
| 3 | "action" : "swaylock -c 000000", |
| 4 | "text" : "Lock", |
| 5 | "keybind" : "l" |
| 6 | } |
| 7 | { |
| 8 | "label" : "hibernate", |
Skyler Turner | a9e7de3 | 2022-05-12 18:47:39 +0100 | [diff] [blame] | 9 | "action" : "swaylock -c 000000 -f && systemctl hibernate", |
Skyler Turner | 4746458 | 2022-05-12 10:41:32 +0100 | [diff] [blame] | 10 | "text" : "Hibernate", |
| 11 | "keybind" : "h" |
| 12 | } |
| 13 | { |
| 14 | "label" : "logout", |
| 15 | "action" : "loginctl terminate-user $USER", |
| 16 | "text" : "Logout", |
| 17 | "keybind" : "e" |
| 18 | } |
| 19 | { |
| 20 | "label" : "shutdown", |
| 21 | "action" : "systemctl poweroff", |
| 22 | "text" : "Shutdown", |
| 23 | "keybind" : "s" |
| 24 | } |
| 25 | { |
| 26 | "label" : "suspend", |
Skyler Turner | a9e7de3 | 2022-05-12 18:47:39 +0100 | [diff] [blame] | 27 | "action" : "swaylock -c 000000 -f && systemctl suspend", |
Skyler Turner | 4746458 | 2022-05-12 10:41:32 +0100 | [diff] [blame] | 28 | "text" : "Suspend", |
| 29 | "keybind" : "u" |
| 30 | } |
| 31 | { |
| 32 | "label" : "reboot", |
| 33 | "action" : "systemctl reboot", |
| 34 | "text" : "Reboot", |
| 35 | "keybind" : "r" |
| 36 | } |