{ "label" : "lock", "action" : "waylock -fork-on-lock -init-color 0x000000", "text" : "Lock", "keybind" : "l" } { "label" : "hibernate", "action" : "loginctl hibernate", "text" : "Hibernate", "keybind" : "h" } { "label" : "logout", "action" : "${HOME}/.local/bin/river-exit logout", "text" : "Logout", "keybind" : "e" } { "label" : "shutdown", "action" : "${HOME}/.local/bin/river-exit poweroff", "text" : "Shutdown", "keybind" : "s" } { "label" : "suspend", "action" : "loginctl suspend", "text" : "Suspend", "keybind" : "u" } { "label" : "reboot", "action" : "${HOME}/.local/bin/river-exit reboot", "text" : "Reboot", "keybind" : "r" }