2023-09-26 17:12:28 +02:00
|
|
|
{
|
|
|
|
"label" : "lock",
|
2024-03-04 10:01:26 +01:00
|
|
|
"action" : "loginctl lock-session",
|
2023-09-26 17:12:28 +02:00
|
|
|
"text" : "Lock",
|
|
|
|
"keybind" : "l"
|
|
|
|
}
|
|
|
|
{
|
|
|
|
"label" : "logout",
|
2024-07-19 21:45:06 +02:00
|
|
|
"action" : "hyprctl dispatch exit",
|
2023-09-26 17:12:28 +02:00
|
|
|
"text" : "Logout",
|
|
|
|
"keybind" : "e"
|
|
|
|
}
|
|
|
|
{
|
|
|
|
"label" : "shutdown",
|
2024-07-19 21:45:06 +02:00
|
|
|
"action" : "poweroff",
|
2023-09-26 17:12:28 +02:00
|
|
|
"text" : "Shutdown",
|
|
|
|
"keybind" : "s"
|
|
|
|
}
|
|
|
|
{
|
|
|
|
"label" : "reboot",
|
2024-07-19 21:45:06 +02:00
|
|
|
"action" : "reboot",
|
2023-09-26 17:12:28 +02:00
|
|
|
"text" : "Reboot",
|
|
|
|
"keybind" : "r"
|
|
|
|
}
|