This commit is contained in:
TheWanderingCrow 2025-05-26 19:13:26 -04:00
parent 2091fb1fdc
commit 79e25fcdc8
5 changed files with 142 additions and 2 deletions

View file

@ -0,0 +1,31 @@
{
services.keyd = {
enable = true;
keyboards.default = {
ids = ["*"];
settings = {
main = {
capslock = "layer(standardL2)";
};
standardL2 = {
w = "up";
s = "down";
a = "left";
d = "right";
b = "C-b";
space = "playpause";
"." = "nextsong";
"," = "previoussong";
"[" = "delete";
"]" = "end";
escape = "~";
home = "end";
};
};
};
};
}