1
0
2025-01-02 06:22:18 -05:00

31 lines
641 B
Plaintext

{
"label" : "lock",
"action" : "hyprlock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "systemctl hibernate || loginctl hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "pkill Hyprland || pkill sway || pkill niri || loginctl terminate-user $USER",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff || loginctl poweroff",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "systemctl suspend || loginctl suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "systemctl reboot || loginctl reboot",
"keybind" : "r"
}