1
Fork 0

feat: increased cursor speed

This commit is contained in:
Matei Adriel 2020-04-09 11:41:25 +03:00
parent 8b6fece761
commit 4dfe026393
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,7 @@
enable = true; enable = true;
naturalScrolling = true; naturalScrolling = true;
accelSpeed = "2.5"; accelSpeed = "3.5";
# who thought letting this be true by default was a good idea # who thought letting this be true by default was a good idea
tappingDragLock = false; tappingDragLock = false;

View file

@ -1 +0,0 @@
{ ... }: { imports = [ <home-manager/nixos> ]; }