Commit 47cec90

bryfry <bryon@fryer.io>
2016-06-07 20:53:36
disable vert scrolling and the area of the trackpad I constantly "click" on with my right thumb
1 parent e60aa7a
Changed files (1)
files/50-synaptics.conf
@@ -14,6 +14,8 @@ Section "InputClass"
         Option "HorizTwoFingerScroll" "on"
 		    Option "VertScrollDelta" "-111"
 		    Option "HorizScrollDelta" "-111"
+		    Option "VertEdgeScroll" "off"
+        Option "AreaRightEdge" "2700"
 # This option is recommend on all Linux systems using evdev, but cannot be
 # enabled by default. See the following link for details:
 # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html