From e9fc9cf9499979ecd3e2cbd667f38c7fdfdc8498 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 14 Jan 2017 11:55:56 +1100 Subject: [PATCH] trackpad-config: disable scrolling inertia --- trackpad-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trackpad-config.sh b/trackpad-config.sh index 34d8739..dbe6618 100755 --- a/trackpad-config.sh +++ b/trackpad-config.sh @@ -24,6 +24,7 @@ synclient PalmDetect=0 synclient VertTwoFingerScroll=1 synclient HorizTwoFingerScroll=1 +synclient CoastingSpeed=0 synclient TapAndDragGesture=0 synclient RTCornerButton=0 synclient RBCornerButton=0 @@ -31,4 +32,3 @@ synclient LTCornerButton=0 synclient LBCornerButton=0 synclient TapAndDragGesture=0 synclient TouchpadOff=0 - -- 2.39.2