commit 6f0f94ef71eb5b002380411b915f795c25e2de14 Author: Aditya Date: Mon Aug 29 09:57:38 2022 +0530 initial commit 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