mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +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 = {
|
||||
kb_layout = "us,jp";
|
||||
kb_options = "caps:ctrl_modifier" "grp:caps_toggle";
|
||||
kb_options = "caps:ctrl_modifier";
|
||||
numlock_by_default = true;
|
||||
follow_mouse = 1;
|
||||
sensitivity = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue