blob: 81a90fb81a019b54e79aad224ed810aef37a0f61 (
plain)
1
2
3
4
5
6
7
8
9
|
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection
|