Files
dots/wlogout/.config/wlogout/layout
2024-05-18 20:34:15 -04:00

36 lines
675 B
Plaintext

{
"label" : "lock",
"action" : "swaylock --ignore-empty-password --show-failed-attempts -f -c 000000",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "systemctl suspend",
"text" : "Hibernate",
}
{
"label" : "logout",
"action" : "swaymsg exit",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "shutdown now",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "sudo systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}