stow_dotfiles/hypr/.config/wlogout/layout.bak
Matthieu Fortin (CPC/CCP) f41d3f954e Arrrrgggg
2024-11-26 14:13:52 -05:00

37 lines
634 B
Text

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