Advertisement
kardapoltsev

xorg.conf - synaptic

Apr 15th, 2013
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "Apple Wireless Trackpad"
  3. MatchIsTouchpad "yes" # required
  4. Driver "synaptics" # required
  5. Option "MinSpeed" "0.5"
  6. Option "MaxSpeed" "1.0"
  7. Option "AccelFactor" "0.085"
  8. Option "LockedDrags" "0"
  9. Option "TapButton1" "1"
  10. Option "TapButton2" "3" # multitouch
  11. Option "TapButton3" "2" # multitouch
  12. Option "FastTaps" "1"
  13. Option "VertTwoFingerScroll" "1" # multitouch
  14. Option "HorizTwoFingerScroll" "1" # multitouch
  15. Option "VertScrollDelta" "235"
  16. Option "HorizScrollDelta" "235"
  17.  
  18. # inertial scrollig
  19. Option "CornerCoasting" "0"
  20. Option "CoastingFriction" "30"
  21. Option "CoastingSpeed" "8"
  22.  
  23. # disable all other scrolling
  24. Option "CircularScrolling" "0"
  25. Option "CircScrollTrigger" "7"
  26. Option "EdgeMotionUseAlways" "0"
  27. Option "LTCornerButton" "8" # browser "back" btn
  28. Option "RTCornerButton" "9" # browser "forward" btn
  29. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement