hyprland-desktop-t14s/wlogout/layout
2026-06-08 18:15:24 +00:00

41 lines
704 B
Text

{
"label" : "lock",
"action" : "hyprlock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}
{
"label" : "suspend",
"action" : "hyprlock & sleep 0.5; systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "hibernate",
"action" : "hyprlock & sleep 0.5; systemctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
}