37 lines
575 B
Text
37 lines
575 B
Text
![]() |
{
|
||
|
"label" : "lock",
|
||
|
"action" : "hyprlock",
|
||
|
"text" : "",
|
||
|
"keybind" : "l"
|
||
|
}
|
||
|
{
|
||
|
"label" : "logout",
|
||
|
"action" : "~/scripts/killhypr",
|
||
|
"text" : "",
|
||
|
"keybind" : "e"
|
||
|
}
|
||
|
{
|
||
|
"label" : "shutdown",
|
||
|
"action" : "systemctl poweroff",
|
||
|
"text" : "",
|
||
|
"keybind" : "s"
|
||
|
}
|
||
|
{
|
||
|
"label" : "suspend",
|
||
|
"action" : "systemctl suspend",
|
||
|
"text" : "",
|
||
|
"keybind" : "u"
|
||
|
}
|
||
|
{
|
||
|
"label" : "reboot",
|
||
|
"action" : "systemctl reboot",
|
||
|
"text" : "",
|
||
|
"keybind" : "r"
|
||
|
}
|
||
|
{
|
||
|
"label" : "",
|
||
|
"action" : "",
|
||
|
"text" : "",
|
||
|
"keybind" : ""
|
||
|
}
|