Hyprland-dotfiles/wlogout/layout
Stephan Raabe ab5c7ee998 Updates
2023-11-23 08:09:40 +01:00

37 lines
699 B
Plaintext

{
"label" : "lock",
"action" : "sleep 1; swaylock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "sleep 1; systemctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "sleep 1; hyprctl dispatch exit",
"text" : "Exit",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "sleep 1; systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "sleep 1; systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "sleep 1; systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}