Files
simple-hyprland/configs/wlogout/layout
2024-06-09 19:28:48 +05:30

37 lines
633 B
Plaintext

{
"label" : "exit",
"action" : "",
"text" : "Exit",
"keybind" : "h"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "systemctl suspend-then-hibernate",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "lock",
"action" : "hyprlock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "hyprctl dispatch exit",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}