2023-09-05 03:21:01 +00:00
|
|
|
{
|
|
|
|
"label" : "lock",
|
2023-09-29 14:36:21 +00:00
|
|
|
"action" : "swaylock -f -c 14171d",
|
2023-09-05 03:21:01 +00:00
|
|
|
"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" : "loginctl reboot",
|
|
|
|
"text" : "Reboot",
|
|
|
|
"keybind" : "r"
|
|
|
|
}
|