removed elogind bloatware

This commit is contained in:
Luc Bijl 2023-04-05 21:48:05 +02:00
parent cd7a9d846e
commit 6b1a92e419
5 changed files with 39 additions and 16 deletions

View file

@ -6,7 +6,7 @@
}
{
"label" : "hibernate",
"action" : "loginctl hibernate",
"action" : "gtklock & pkexec /bin/zzz -Z",
"text" : "Hibernate",
"keybind" : "h"
}
@ -18,19 +18,19 @@
}
{
"label" : "shutdown",
"action" : "loginctl poweroff",
"action" : "pkexec /bin/shutdown -P now",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "loginctl suspend",
"action" : "gtklock & pkexec /bin/zzz -z",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "loginctl reboot",
"action" : "pkexec /bin/shutdown -r now",
"text" : "Reboot",
"keybind" : "r"
}