{ "label" : "lock", "action" : "swaylock", "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" }