mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: modifier key is not a function apparently
This commit is contained in:
parent
9e60b87a78
commit
e381384e28
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us,jp";
|
kb_layout = "us,jp";
|
||||||
kb_options = "caps:ctrl_modifier" "grp:caps_toggle";
|
kb_options = "caps:ctrl_modifier";
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
sensitivity = 0;
|
sensitivity = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue