Keyd : Add suspend and logout keys.

This commit is contained in:
Dmitry Voronin 2024-05-07 14:57:30 +03:00 committed by Dmitry Voronin
parent 8d45b739fb
commit a84108ebca
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -47,7 +47,9 @@
layer_system = {
p = "command(powersave 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 = {};