27 lines
410 B
Plaintext
27 lines
410 B
Plaintext
{
|
|
"label": "lock",
|
|
"action": "lockscreen.sh",
|
|
"text": "Lock",
|
|
"keybind": "l"
|
|
}
|
|
|
|
{
|
|
"label": "logout",
|
|
"action": "hyde-shell logout",
|
|
"text": "Logout",
|
|
"keybind": "e"
|
|
}
|
|
|
|
{
|
|
"label": "shutdown",
|
|
"action": "systemctl poweroff",
|
|
"text": "Shutdown",
|
|
"keybind": "s"
|
|
}
|
|
|
|
{
|
|
"label": "reboot",
|
|
"action": "systemctl reboot",
|
|
"text": "Reboot",
|
|
"keybind": "r"
|
|
} |