mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-25 21:52:33 -05:00
Fallback on extraConfigs
This commit is contained in:
parent
be70a0a907
commit
0a90bf7151
1 changed files with 21 additions and 17 deletions
|
|
@ -59,26 +59,30 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
keyboards.default = {
|
keyboards.default = {
|
||||||
ids = [ "*" ];
|
ids = [ "*" ];
|
||||||
settings = {
|
extraConfig = ''
|
||||||
main = {
|
[main]
|
||||||
capslock = "layer(l2)";
|
|
||||||
};
|
|
||||||
l2 = {
|
|
||||||
w = "up";
|
|
||||||
a = "left";
|
|
||||||
s = "down";
|
|
||||||
d = "right";
|
|
||||||
|
|
||||||
b = "C-b";
|
capslock = layer(l2)
|
||||||
|
|
||||||
space = "playpause";
|
[l2]
|
||||||
''. = "nextsong";
|
|
||||||
'', = "prevsong";
|
|
||||||
|
|
||||||
escape = "~";
|
w = up
|
||||||
home = "end";
|
s = down
|
||||||
};
|
a = left
|
||||||
};
|
d = right
|
||||||
|
|
||||||
|
b = C-b
|
||||||
|
|
||||||
|
space = playpause
|
||||||
|
. = nextsong
|
||||||
|
, = previoussong
|
||||||
|
|
||||||
|
[ = delete
|
||||||
|
] = end
|
||||||
|
escape = ~
|
||||||
|
|
||||||
|
home = end
|
||||||
|
''
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue