From caba5dac35de9a2f95d02e0975b980f6ee9f2813 Mon Sep 17 00:00:00 2001 From: mollusk Date: Mon, 10 Jul 2017 10:22:54 -0700 Subject: [PATCH] 10-synaptics.conf: fixed indention --- 10-synaptics.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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