Remove mouse acceleration

merge-requests/1/head
Tim 7 years ago
parent 44fd2323ad
commit 158a6ca82f

@ -0,0 +1,8 @@
Section "InputClass"
Identifier "mouse"
MatchIsPointer "yes"
# set the following to 1 1 0 respectively to disable acceleration.
Option "AccelerationNumerator" "1"
Option "AccelerationDenominator" "1"
Option "AccelerationThreshold" "0"
EndSection
Loading…
Cancel
Save