add_tapbuttons.diff 689 B

123456789101112131415161718
  1. --- a/conf/50-synaptics.conf 2012-05-11 01:01:10.000000000 +0200
  2. +++ b/conf/50-synaptics.conf.new 2013-01-05 14:20:21.959670353 +0100
  3. @@ -11,10 +11,13 @@
  4. Identifier "touchpad catchall"
  5. Driver "synaptics"
  6. MatchIsTouchpad "on"
  7. + Option "TapButton1" "1"
  8. + Option "TapButton2" "2"
  9. + Option "TapButton3" "3"
  10. # This option is recommend on all Linux systems using evdev, but cannot be
  11. # enabled by default. See the following link for details:
  12. # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
  13. -# MatchDevicePath "/dev/input/event*"
  14. + MatchDevicePath "/dev/input/event*"
  15. EndSection
  16. Section "InputClass"