From 6f0f94ef71eb5b002380411b915f795c25e2de14 Mon Sep 17 00:00:00 2001 From: Aditya Date: Mon, 29 Aug 2022 09:57:38 +0530 Subject: [PATCH] initial commit --- 70-synaptics.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 70-synaptics.conf diff --git a/70-synaptics.conf b/70-synaptics.conf new file mode 100644 index 0000000..7ebfe79 --- /dev/null +++ b/70-synaptics.conf @@ -0,0 +1,10 @@ +Section "InputClass" + Identifier "touchpad" + Driver "synaptics" + MatchIsTouchpad "on" + Option "TapButton1" "1" + Option "TapButton2" "3" + Option "TapButton3" "2" + Option "VertTwoFingerScroll" "on" + Option "HorizTwoFingerScroll" "on" +EndSection