updated wlogout layout

This commit is contained in:
Luc Bijl 2023-04-20 13:38:18 +02:00
parent 5d89dc2885
commit 8378866269

View file

@ -6,7 +6,7 @@
} }
{ {
"label" : "hibernate", "label" : "hibernate",
"action" : "gtklock &; pkexec /bin/zzz -Z", "action" : "gtklock & pkexec /bin/zzz -Z",
"text" : "Hibernate", "text" : "Hibernate",
"keybind" : "h" "keybind" : "h"
} }
@ -24,7 +24,7 @@
} }
{ {
"label" : "suspend", "label" : "suspend",
"action" : "gtklock &; pkexec /bin/zzz -z", "action" : "gtklock & pkexec /bin/zzz -z",
"text" : "Suspend", "text" : "Suspend",
"keybind" : "u" "keybind" : "u"
} }