dotfiles/.config/wleave/layout
2023-09-05 18:08:33 +02:00

36 lines
626 B
Text
Executable file

{
"label": "lock",
"text": "",
"action": "~/.config/wleave/actions lock",
"keybind": "l"
}
{
"label": "hibernate",
"text": "",
"action": "~/.config/wleave/actions hibernate",
"keybind": "h"
}
{
"label": "suspend",
"text": "",
"action": "~/.config/wleave/actions suspend",
"keybind": "u"
}
{
"label": "reboot",
"text": "",
"action": "~/.config/wleave/actions reboot",
"keybind": "r"
}
{
"label": "logout",
"text": "",
"action": "~/.config/wleave/actions logout",
"keybind": "e"
}
{
"label": "shutdown",
"text": "",
"action": "~/.config/wleave/actions shutdown",
"keybind": "s"
}