25 lines
414 B
Plaintext
25 lines
414 B
Plaintext
{
|
|
"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"
|
|
}
|