removed elogind bloatware
This commit is contained in:
parent
cd7a9d846e
commit
6b1a92e419
5 changed files with 39 additions and 16 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue