feat: make keyd config a bit less wacky
This commit is contained in:
parent
0f8f0d1e53
commit
5b7d4d53dd
1 changed files with 5 additions and 2 deletions
|
@ -2,8 +2,11 @@ _: {
|
|||
services.keyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
capslock = "overload(control, esc)";
|
||||
esc = "capslock";
|
||||
main = {
|
||||
"capslock" = "esc";
|
||||
"esc" = "capslock";
|
||||
"rightalt" = "enter";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue