15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
|
Section "InputClass"
|
||
|
Identifier "touchpad catchall"
|
||
|
Driver "synaptics"
|
||
|
MatchIsTouchpad "on"
|
||
|
Option "TapButton1" "0"
|
||
|
Option "TapButton2" "0"
|
||
|
Option "TapButton3" "0"
|
||
|
Option "VertTwoFingerScroll" "on"
|
||
|
Option "HorizTwoFingerScroll" "on"
|
||
|
Option "VertScrollDelta" "-51"
|
||
|
Option "HorizScrollDelta" "-51"
|
||
|
MatchDevicePath "/dev/input/event*"
|
||
|
EndSection
|
||
|
|