dotfiles/dot_config/wleave/layout

37 lines
734 B
Text
Raw Permalink Normal View History

2023-06-15 04:33:53 -04:00
{
"label" : "lock",
2023-06-16 00:44:03 -04:00
"action" : "waylock -fork-on-lock -init-color 0x000000",
2023-06-15 04:33:53 -04:00
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "loginctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
2024-01-13 01:14:19 -05:00
"action" : "${HOME}/.local/bin/river-exit logout",
2023-06-15 04:33:53 -04:00
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
2024-01-13 01:14:19 -05:00
"action" : "${HOME}/.local/bin/river-exit poweroff",
2023-06-15 04:33:53 -04:00
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "loginctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
2024-01-13 01:14:19 -05:00
"action" : "${HOME}/.local/bin/river-exit reboot",
2023-06-15 04:33:53 -04:00
"text" : "Reboot",
"keybind" : "r"
}