Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. Section "InputClass"
  3.     Identifier "touchpad enable three finger middle button"
  4.     Driver "synaptics"
  5.     MatchIsTouchpad "on"
  6.     MatchDevicePath "/dev/input/event*"
  7.     Option "TapButton3" "2"
  8. EndSection
  9.  
  10. Section "InputClass"
  11.     Identifier "touchpad ignore SynPS/2 Synaptics duplicate"
  12.     MatchProduct "SynPS/2 Synaptics TouchPad"
  13.     Option "Ignore" "on"
  14. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement