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

42 lines
655 B
Plaintext

{
"label": "lock",
"action": "lockscreen.sh",
"text": "Lock",
"keybind": "l"
}
{
"label": "logout",
"action": "hyde-shell logout",
"text": "Logout",
"keybind": "e"
}
{
"label": "suspend",
"action": "lockscreen.sh & disown && systemctl suspend",
"text": "Suspend",
"keybind": "u"
}
{
"label": "shutdown",
"action": "systemctl poweroff",
"text": "Shutdown",
"keybind": "s"
}
{
"label": "hibernate",
"action": "systemctl hibernate",
"text": "Hibernate",
"keybind": "h"
}
{
"label": "reboot",
"action": "systemctl reboot",
"text": "Reboot",
"keybind": "r"
}