Former-commit-id: 804e6b255e
This commit is contained in:
Hadi
2024-10-01 13:58:05 +02:00
parent 1c4fece944
commit 418bc45bd2

View File

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