Remove hibernate on FreeBSD.

This commit is contained in:
Tom Alexander
2022-12-02 00:09:33 -05:00
parent 80083ff0cc
commit d2b6c627ae
6 changed files with 43 additions and 11 deletions

View File

@@ -0,0 +1,30 @@
{
"label" : "lock",
"action" : "swaylock -c 000000",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "kill -9 -1",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "shutdown -p now",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "zzz",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "shutdown -r now",
"text" : "Reboot",
"keybind" : "r"
}