update scroll speed
This commit is contained in:
parent
4792e5145a
commit
e50ccf66be
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ with lib;
|
||||||
disableWhileTyping = true;
|
disableWhileTyping = true;
|
||||||
tapping = true;
|
tapping = true;
|
||||||
scrollMethod = "twofinger";
|
scrollMethod = "twofinger";
|
||||||
accelSpeed = "2";
|
accelSpeed = "1.3";
|
||||||
naturalScrolling = true;
|
naturalScrolling = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue