rootfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

50-mouse-deceleration.conf (270B)


      1 #/etc/X11/xorg.conf.d/50-mouse-deceleration.conf
      2 Section "InputClass"
      3 	Identifier "My Mouse"
      4 	MatchIsPointer "yes"
      5 # some curved deceleration
      6 #	Option "AdaptiveDeceleration" "2"
      7 # linear deceleration (mouse speed reduction)
      8 	Option "ConstantDeceleration" "2"
      9 EndSection