dotfiles/.config/wlogout/layout

24 lines
417 B
Text

{
"label" : "lock",
"action" : "loginctl lock-session",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "~/.config/zsh/.zlogout",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "reboot",
"text" : "Reboot",
"keybind" : "r"
}