Update
This commit is contained in:
parent
381e839dfa
commit
804e6b255e
@ -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";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user