dotfiles/.config/wlogout/layout
RafayAhmad7548 62dab95e70 created
2024-06-16 16:56:18 +05:00

36 lines
575 B
Text

{
"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" : ""
}