Keyd : Add suspend and logout keys.
This commit is contained in:
parent
8d45b739fb
commit
a84108ebca
|
@ -47,7 +47,9 @@
|
||||||
layer_system = {
|
layer_system = {
|
||||||
p = "command(powersave toggle)";
|
p = "command(powersave toggle)";
|
||||||
l = "command(powerlimit toggle)";
|
l = "command(powerlimit toggle)";
|
||||||
z = "command(systemctl poweroff -i)";
|
z = "command(systemctl suspend -i)";
|
||||||
|
x = "command(systemctl poweroff -i)";
|
||||||
|
c = "command(loginctl kill-user voronind)";
|
||||||
};
|
};
|
||||||
|
|
||||||
layer_macro = {};
|
layer_macro = {};
|
||||||
|
|
Loading…
Reference in a new issue