2022-08-10 17:13:05 +02:00
|
|
|
{
|
|
|
|
"label" : "lock",
|
2023-02-01 15:23:33 +01:00
|
|
|
"action" : "gtklock",
|
2022-08-10 17:13:05 +02:00
|
|
|
"text" : "Lock",
|
|
|
|
"keybind" : "l"
|
|
|
|
}
|
|
|
|
{
|
|
|
|
"label" : "hibernate",
|
2023-04-05 21:48:05 +02:00
|
|
|
"action" : "gtklock & pkexec /bin/zzz -Z",
|
2022-08-10 17:13:05 +02:00
|
|
|
"text" : "Hibernate",
|
|
|
|
"keybind" : "h"
|
|
|
|
}
|
|
|
|
{
|
|
|
|
"label" : "logout",
|
|
|
|
"action" : "loginctl terminate-user $USER",
|
|
|
|
"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-05 21:48:05 +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"
|
|
|
|
}
|