void-desktop/config-files/wlogout/layout
2023-04-05 21:48:05 +02:00

36 lines
694 B
Text
Executable file

{
"label" : "lock",
"action" : "gtklock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "gtklock & pkexec /bin/zzz -Z",
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "pkexec /bin/shutdown -P now",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "gtklock & pkexec /bin/zzz -z",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "pkexec /bin/shutdown -r now",
"text" : "Reboot",
"keybind" : "r"
}