feat(keyd): finally decide on a layout

This commit is contained in:
buffet 2023-08-13 19:03:39 +02:00
parent 9ad26859c6
commit cd88fcd870

View file

@ -3,9 +3,16 @@ _: {
enable = true;
settings = {
main = {
"capslock" = "esc";
"capslock" = "overload(control, esc)";
"esc" = "capslock";
"rightalt" = "enter";
"rightalt" = "layer(symbols)";
};
symbols = {
"h" = "left";
"j" = "down";
"k" = "up";
"l" = "right";
};
};
};