home/.config/wlogout/layout
2025-05-28 16:39:25 +02:00

18 lines
327 B
Text

{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
"keybind" : "l"
}
{
"label" : "shutdown",
"action" : "doas poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "doas reboot",
"text" : "Reboot",
"keybind" : "r"
}