Advertisement
Guest User

/etc/X11/xorg.conf.d/50-synaptics.conf

a guest
Jul 25th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "touchpad"
  3. Driver "synaptics"
  4. MatchIsTouchpad "on"
  5. Option "TapButton1" "1"
  6. Option "TapButton2" "2"
  7. Option "TapButton3" "3"
  8. Option "VertEdgeScroll" "off"
  9. Option "VertTwoFingerScroll" "on"
  10. Option "HorizEdgeScroll" "off"
  11. Option "HorizTwoFingerScroll" "on"
  12. Option "CircularScrolling" "off"
  13. Option "CircScrollTrigger" "2"
  14. Option "EmulateTwoFingerMinZ" "40"
  15. Option "EmulateTwoFingerMinW" "8"
  16. #Option "EmulateTwoFingerMinZ" "282"
  17. #Option "EmulateTwoFingerMinW" "7"
  18. Option "CoastingSpeed" "0"
  19. #Option "CoastingSpeed" "5"
  20. Option "CoastingFriction" "15"
  21. Option "LeftEdge" "1768"
  22. Option "RightEdge" "5406"
  23. Option "TopEdge" "1640"
  24. Option "BottomEdge" "4498"
  25. Option "FingerLow" "35"
  26. Option "FingerHigh" "45"
  27. Option "MaxTapTime" "120"
  28. Option "MaxTapMove" "300"
  29. Option "MaxDoubleTapTime" "180"
  30. Option "SingleTapTimeout" "180"
  31. Option "ClickTime" "100"
  32. Option "EmulateMidButtonTime" "120"
  33. Option "VertScrollDelta" "107"
  34. Option "HorizScrollDelta" "107"
  35. Option "CornerCoasting" "0"
  36. Option "MinSpeed" "0.5"
  37. Option "MaxSpeed" "1"
  38. Option "AccelFactor" "0.0371885"
  39. Option "TouchpadOff" "0"
  40. Option "LockedDrags" "0"
  41. Option "LockedDragTimeout" "5000"
  42. Option "RTCornerButton" "0"
  43. Option "RBCornerButton" "0"
  44. Option "LTCornerButton" "0"
  45. Option "LBCornerButton" "0"
  46. Option "ClickFinger1" "1"
  47. Option "ClickFinger2" "3"
  48. Option "ClickFinger3" "2"
  49. Option "CircScrollDelta" "0.1"
  50. Option "PalmDetect" "0"
  51. Option "PalmMinWidth" "10"
  52. Option "PalmMinZ" "200"
  53. Option "PressureMotionMinZ" "30"
  54. Option "PressureMotionMaxZ" "160"
  55. Option "PressureMotionMinFactor" "1"
  56. Option "PressureMotionMaxFactor" "1"
  57. Option "GrabEventDevice" "1"
  58. Option "TapAndDragGesture" "1"
  59. Option "AreaLeftEdge" "0"
  60. Option "AreaRightEdge" "0"
  61. Option "AreaTopEdge" "0"
  62. Option "AreaBottomEdge" "4100"
  63. Option "HorizHysteresis" "20"
  64. Option "VertHysteresis" "20"
  65. Option "ClickPad" "1"
  66. # these settings need to be set with synclient, seems to be ineffective here..
  67. Option "RightButtonAreaLeft" "4501"
  68. Option "RightButtonAreaRight" "0"
  69. Option "RightButtonAreaTop" "4100"
  70. Option "RightButtonAreaBottom" "0"
  71. Option "MiddleButtonAreaLeft" "2500"
  72. Option "MiddleButtonAreaRight" "4500"
  73. Option "MiddleButtonAreaTop" "4100"
  74. Option "MiddleButtonAreaBottom" "0"
  75. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement