dotfiles/wlogout/layout
2025-05-29 20:29:02 -05:00

36 lines
737 B
Text

{
"label" : "lock",
"action" : "waylock -init-color 0x24273a -input-color 0x6e738d -fail-color 0xed8796 -ignore-empty-password",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "loginctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "loginctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "loginctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "loginctl reboot",
"text" : "Reboot",
"keybind" : "r"
}