Remove mouse acceleration
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…
Reference in New Issue