disable caps
This commit is contained in:
parent
09c8ac4011
commit
e2031c2fea
@ -54,7 +54,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
keyd = {
|
keyd = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
capslock = "C-space";
|
capslock = "C-space";
|
||||||
|
@ -17,9 +17,5 @@
|
|||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
groups = {
|
|
||||||
keyd = {};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,7 +31,7 @@ input {
|
|||||||
kb_layout = us
|
kb_layout = us
|
||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options = caps:none
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
Reference in New Issue
Block a user