19 lines
337 B
Plaintext
Raw Normal View History

2024-03-02 16:06:30 +00:00
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
2024-03-08 10:28:13 +00:00
"keybind" : "l"
2024-03-02 16:06:30 +00:00
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}