blob: 73c9e8033cefec9fe77ab451ee3f90d91dd59e33 [file] [log] [blame]
{
"label" : "lock",
"action" : "swaylock -c 000000 -i ./lockscreen.png",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "swaylock -c 000000 -i ./lockscreen.png -f && systemctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "swaylock -c 000000 -i ./lockscreen.png -f && systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}