Add aditional explanation to wlogout

This commit is contained in:
Jeena 2026-01-18 15:43:51 +09:00
parent ed43720384
commit 2a0c78d80e

View file

@ -7,7 +7,7 @@
{ {
"label" : "hibernate", "label" : "hibernate",
"action" : "systemctl hibernate", "action" : "systemctl hibernate",
"text" : "Hibernate", "text" : "Hibernate (SSD)",
"keybind" : "h" "keybind" : "h"
} }
{ {
@ -25,7 +25,7 @@
{ {
"label" : "suspend", "label" : "suspend",
"action" : "systemctl suspend", "action" : "systemctl suspend",
"text" : "Suspend", "text" : "Suspend (RAM)",
"keybind" : "u" "keybind" : "u"
} }
{ {