Files
opalfiles/.config/wlogout/layout
2024-03-04 10:20:45 -08:00

42 lines
655 B
Plaintext

{
"label" : "lock",
"action" : "swaylock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "sway exit",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "suspend",
"action" : "swaylock -f && 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"
}