diff --git a/10-synaptics.conf b/10-synaptics.conf index 4b6804c..54fdf34 100644 --- a/10-synaptics.conf +++ b/10-synaptics.conf @@ -1,11 +1,11 @@ Section "InputClass" - Identifier "touchpad catchall" - Driver "synaptics" - MatchIsTouchpad "on" - MatchDevicePath "/dev/input/event*" - Option "TapButton1" "1" - Option "TapButton2" "2" - Option "TapButton3" "3" + 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