Updated wlogout and the wayfire.ini corresponding to the lnco documentation.

This commit is contained in:
Luc Bijl 2023-08-25 18:19:50 +02:00
parent 6d4b6eaa08
commit 180651ae17
2 changed files with 5 additions and 7 deletions

View file

@ -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"
}