void-desktop/config-files/wlogout/layout

36 lines
650 B
Text
Executable file

{
"label" : "lock",
"action" : "gtklock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "loginctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
}
{
"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"
}