Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. sudo nano /usr/share/X11/xorg.conf.d/50-mouse-acceleration.conf
  2.  
  3. # paste the following
  4.  
  5. Section "InputClass"
  6. Identifier "My Mouse"
  7. MatchIsPointer "yes"
  8. Option "AccelerationProfile" "-1"
  9. Option "AccelerationScheme" "none"
  10. Option "AccelSpeed" "-1"
  11. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement