mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
keyd config
This commit is contained in:
parent
e586a4c37b
commit
298e59707e
1 changed files with 26 additions and 1 deletions
|
|
@ -55,6 +55,31 @@
|
|||
# Configure pulseaudio
|
||||
hardware.pulseaudio.enable = lib.mkDefault true;
|
||||
services.pipewire.enable = false;
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards.default = {
|
||||
ids = [ "*" ];
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "layer(l2)";
|
||||
};
|
||||
l2 = {
|
||||
w = "up";
|
||||
a = "left";
|
||||
s = "down";
|
||||
d = "right";
|
||||
|
||||
b = "C-b";
|
||||
|
||||
space = "playpause";
|
||||
"." = "nextsong";
|
||||
"," = "prevsong";
|
||||
|
||||
escape = "~";
|
||||
home = "end";
|
||||
};
|
||||
};
|
||||
};
|
||||
}:
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue