1
0
2025-01-12 13:19:10 -05:00

22 lines
426 B
Plaintext

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