Updated wlogout and the wayfire.ini corresponding to the lnco documentation.
This commit is contained in:
parent
6d4b6eaa08
commit
180651ae17
2 changed files with 5 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"label" : "lock",
|
||||
"action" : "gtklock",
|
||||
"action" : "gtklock -d",
|
||||
"text" : "Lock",
|
||||
"keybind" : "l"
|
||||
}
|
||||
{
|
||||
"label" : "hibernate",
|
||||
"action" : "gtklock & pkexec /bin/zzz -Z",
|
||||
"action" : "pkexec /bin/zzz -Z",
|
||||
"text" : "Hibernate",
|
||||
"keybind" : "h"
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
{
|
||||
"label" : "suspend",
|
||||
"action" : "gtklock & pkexec /bin/zzz -z",
|
||||
"action" : "pkexec /bin/zzz -z",
|
||||
"text" : "Suspend",
|
||||
"keybind" : "u"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue