Guest User

Untitled

a guest
Dec 17th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. # This option enables the bottom right corner to be a right button on clickpads
  2. # and the right and middle top areas to be right / middle buttons on clickpads
  3. # with a top button area.
  4. # This option is only interpreted by clickpads.
  5. Section "InputClass"
  6. Identifier "Default clickpad buttons"
  7. MatchDriver "synaptics"
  8. Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
  9. Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
  10. EndSection
  11.  
  12. # This option disables software buttons on Apple touchpads.
  13. # This option is only interpreted by clickpads.
  14. Section "InputClass"
  15. Identifier "Disable clickpad buttons on Apple touchpads"
  16. MatchProduct "Apple|bcm5974"
  17. MatchDriver "synaptics"
  18. Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
  19. EndSection
  20.  
  21. xinput list 11
  22.  
  23. ImPS/2 Generic Wheel Mouse id=11 [slave pointer (2)]
  24. Reporting 5 classes:
  25. Class originated from: 11. Type: XIButtonClass
  26. Buttons supported: 7
  27. Button labels: "Button Left" "Button Middle" "Button Right" "Button Wheel Up" "Button Wheel Down" "Button Horiz Wheel Left" "Button Horiz Wheel Right"
  28. Button state:
  29. Class originated from: 11. Type: XIValuatorClass
  30. Detail for Valuator 0:
  31. Label: Rel X
  32. Range: -1.000000 - -1.000000
  33. Resolution: 1 units/m
  34. Mode: relative
  35. Class originated from: 11. Type: XIValuatorClass
  36. Detail for Valuator 1:
  37. Label: Rel Y
  38. Range: -1.000000 - -1.000000
  39. Resolution: 1 units/m
  40. Mode: relative
  41. Class originated from: 11. Type: XIValuatorClass
  42. Detail for Valuator 2:
  43. Label: Rel Vert Wheel
  44. Range: -1.000000 - -1.000000
  45. Resolution: 1 units/m
  46. Mode: relative
  47. Class originated from: 11. Type: XIScrollClass
  48. Scroll info for Valuator 2
  49. type: 1 (vertical)
  50. increment: -1.000000
  51. flags: 0x2 ( preferred )
  52.  
  53. Section "InputClass"
  54. Identifier "touchpad"
  55. Driver "libinput"
  56. MatchIsTouchpad "on"
  57. MatchDevicePath "/dev/input/event*"
  58. Option "Tapping" "off"
  59. Option "ScrollMethod" "twofinger"
  60. Option "TappingButtonMap" "lmr"
  61. EndSection
Add Comment
Please, Sign In to add comment