Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. #!/bin/bash
  2. synclient MaxSpeed=4.5
  3. synclient MinSpeed=0.25
  4. synclient AccelFactor=0.015
  5. synclient RightButtonAreaLeft=4500
  6. synclient RightButtonAreaTop=3500
  7. synclient RightButtonAreaBottom=5000
  8. synclient FingerLow=25
  9. synclient FingerHigh=30
  10. #-------
  11.  
  12. #synclient SoftButtonAreas
  13. #synclient AreaTopEdge=2400
  14. #synclient HorizHysteresis=30
  15. #synclient VertHysteresis=30
  16.  
  17. # settings reported to work well on x1 carbon
  18. #synclient FingerLow=40
  19. #synclient FingerHigh=45
  20. #synclient MinSpeed=1
  21. #synclient MaxSpeed=1
  22. #synclient AccelerationProfile=2
  23. #synclient ConstantDeceleration=4
  24.  
  25. #disable edge scrolling, i prefer two-finger scroll
  26. #synclient VertEdgeScroll=0
  27.  
  28. #disable tap and drag gesture
  29. #synclient TapAndDragGesture=0
  30.  
  31. #enable three-finger tap for middle mouse click
  32. #synclient TabButton3=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement