dotfiles/.config/wlogout/layout

37 lines
575 B
Text
Raw Normal View History

2024-06-16 16:56:18 +05:00
{
"label" : "lock",
"action" : "hyprlock",
"text" : "",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "~/scripts/killhypr",
"text" : "",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "systemctl suspend",
"text" : "",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "",
"keybind" : "r"
}
{
"label" : "",
"action" : "",
"text" : "",
"keybind" : ""
}