diff --git a/10-synaptics.conf b/10-synaptics.conf new file mode 100644 index 0000000..4b6804c --- /dev/null +++ b/10-synaptics.conf @@ -0,0 +1,11 @@ +Section "InputClass" + Identifier "touchpad catchall" + Driver "synaptics" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Option "TapButton1" "1" + Option "TapButton2" "2" + Option "TapButton3" "3" + Option "VertTwoFingerScroll" "on" + Option "HorizTwoFingerScroll" "on" +EndSection