From 9f5017eafcc10f45011f06a2373468efbfdb516a Mon Sep 17 00:00:00 2001 From: mollusk Date: Mon, 10 Jul 2017 10:20:46 -0700 Subject: [PATCH] Added: synaptics touchpad config file --- 10-synaptics.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 10-synaptics.conf 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