19 lines
337 B
Plaintext
19 lines
337 B
Plaintext
|
{
|
||
|
"label" : "logout",
|
||
|
"action" : "loginctl terminate-user $USER",
|
||
|
"text" : "Logout",
|
||
|
"keybind" : "e"
|
||
|
}
|
||
|
{
|
||
|
"label" : "shutdown",
|
||
|
"action" : "systemctl poweroff",
|
||
|
"text" : "Shutdown",
|
||
|
"keybind" : "s"
|
||
|
}
|
||
|
{
|
||
|
"label" : "reboot",
|
||
|
"action" : "systemctl reboot",
|
||
|
"text" : "Reboot",
|
||
|
"keybind" : "r"
|
||
|
}
|