31 lines
541 B
Text
31 lines
541 B
Text
|
{
|
||
|
"label" : "lock",
|
||
|
"action" : "swaylock -f -c 14171d",
|
||
|
"text" : "Lock",
|
||
|
"keybind" : "l"
|
||
|
}
|
||
|
{
|
||
|
"label" : "logout",
|
||
|
"action" : "loginctl terminate-user $USER",
|
||
|
"text" : "Logout",
|
||
|
"keybind" : "e"
|
||
|
}
|
||
|
{
|
||
|
"label" : "shutdown",
|
||
|
"action" : "loginctl poweroff",
|
||
|
"text" : "Shutdown",
|
||
|
"keybind" : "s"
|
||
|
}
|
||
|
{
|
||
|
"label" : "suspend",
|
||
|
"action" : "loginctl suspend",
|
||
|
"text" : "Suspend",
|
||
|
"keybind" : "u"
|
||
|
}
|
||
|
{
|
||
|
"label" : "reboot",
|
||
|
"action" : "reboot",
|
||
|
"text" : "Reboot",
|
||
|
"keybind" : "r"
|
||
|
}
|