.dotfiles/.config/wlogout/layout_2
2026-01-18 21:08:16 -07:00

27 lines
410 B
Plaintext

{
"label": "lock",
"action": "lockscreen.sh",
"text": "Lock",
"keybind": "l"
}
{
"label": "logout",
"action": "hyde-shell logout",
"text": "Logout",
"keybind": "e"
}
{
"label": "shutdown",
"action": "systemctl poweroff",
"text": "Shutdown",
"keybind": "s"
}
{
"label": "reboot",
"action": "systemctl reboot",
"text": "Reboot",
"keybind": "r"
}