31 lines
641 B
Plaintext
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"
|
|
}
|