This commit is contained in:
Hadi 2024-10-01 13:58:05 +02:00
parent 381e839dfa
commit 804e6b255e

View File

@ -22,10 +22,10 @@
keybind = "l"; keybind = "l";
} }
{ {
label = "hibernate"; label = "suspend";
action = "systemctl hibernate"; action = "systemctl suspend";
text = "Hibernate"; text = "Suspend";
keybind = "h"; keybind = "u";
} }
{ {
label = "logout"; label = "logout";
@ -34,10 +34,10 @@
keybind = "e"; keybind = "e";
} }
{ {
label = "suspend"; label = "hibernate";
action = "systemctl suspend"; action = "systemctl hibernate";
text = "Suspend"; text = "Hibernate";
keybind = "u"; keybind = "h";
} }
]; ];