24 lines
416 B
Text
24 lines
416 B
Text
{
|
|
"label" : "lock",
|
|
"action" : "loginctl lock-session",
|
|
"text" : "Lock",
|
|
"keybind" : "l"
|
|
}
|
|
{
|
|
"label" : "logout",
|
|
"action" : "hyprctl dispatch exit",
|
|
"text" : "Logout",
|
|
"keybind" : "e"
|
|
}
|
|
{
|
|
"label" : "shutdown",
|
|
"action" : "poweroff",
|
|
"text" : "Shutdown",
|
|
"keybind" : "s"
|
|
}
|
|
{
|
|
"label" : "reboot",
|
|
"action" : "reboot",
|
|
"text" : "Reboot",
|
|
"keybind" : "r"
|
|
}
|