dotfiles/.config/wlogout/layout

25 lines
416 B
Text
Raw Normal View History

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