November 2021 changes

This commit is contained in:
minhtrannhat
2021-11-28 15:40:48 -05:00
parent 2ecbac58ea
commit 19ca8a0e8a
11 changed files with 365 additions and 32 deletions

View File

@@ -6,30 +6,30 @@
}
{
"label" : "hibernate",
"action" : "loginctl suspend",
"action" : "systemctl suspend",
"text" : "Hibernate",
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"action" : "swaymsg exit",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "loginctl poweroff",
"action" : "systemctl shutdown",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "loginctl suspend",
"action" : "systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "loginctl reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}