50-mouse-acceleration.conf (303B)
1 #/etc/X11/xorg.conf.d/50-mouse-acceleration.conf 2 Section "InputClass" 3 Identifier "My Mouse" 4 MatchIsPointer "yes" 5 # set the following to 1 1 0 respectively to disable acceleration. 6 Option "AccelerationNumerator" "2" 7 Option "AccelerationDenominator" "1" 8 Option "AccelerationThreshold" "4" 9 EndSection