Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "InputClass"
  2. Identifier "touchpad catchall"
  3. Driver "synaptics"
  4. MatchIsTouchpad "on"
  5. # This option is recommend on all Linux systems using evdev, but cannot be
  6. # enabled by default. See the following link for details:
  7. # http://who-t.blogspot.com/2010/11/how-t ... rrors.html
  8. MatchDevicePath "/dev/input/event*"
  9. Option "TapButton1" "1"
  10. Option "TapButton2" "2"
  11. Option "TapButton3" "3"
  12. Option "ClickPad" "true"
  13. Option "EmulateMidButtonTime" "0"
  14. Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
  15. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement