void-desktop/config-files/wlogout/layout

37 lines
681 B
Text
Raw Normal View History

2022-08-10 17:13:05 +02:00
{
"label" : "lock",
"action" : "gtklock",
2022-08-10 17:13:05 +02:00
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
2023-04-20 13:38:18 +02:00
"action" : "gtklock & pkexec /bin/zzz -Z",
2022-08-10 17:13:05 +02:00
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
2023-04-20 13:34:13 +02:00
"action" : "pkill -9 wayfire",
2022-08-10 17:13:05 +02:00
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
2023-04-05 21:48:05 +02:00
"action" : "pkexec /bin/shutdown -P now",
2022-08-10 17:13:05 +02:00
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
2023-04-20 13:38:18 +02:00
"action" : "gtklock & pkexec /bin/zzz -z",
2022-08-10 17:13:05 +02:00
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
2023-04-05 21:48:05 +02:00
"action" : "pkexec /bin/shutdown -r now",
2022-08-10 17:13:05 +02:00
"text" : "Reboot",
"keybind" : "r"
}