Skip to content

Instantly share code, notes, and snippets.

@cattaka
Last active January 22, 2018 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cattaka/b0d35b6ddf657b8a0be0bbd96299adf9 to your computer and use it in GitHub Desktop.
Save cattaka/b0d35b6ddf657b8a0be0bbd96299adf9 to your computer and use it in GitHub Desktop.
/usr/share/X11/xorg.conf.d/70-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
# 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
# MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "VertScrollDelta" "-111"
Option "HorizScrollDelta" "-111"
Option "Emulate3Buttons" "on"
## Synaptics Edges (303): 162, 3902, 129, 2276
# Option "AreaLeftEdge" "0"
Option "AreaRightEdge" "3200"
# Option "AreaTopEdge" "0"
# Option "AreaBottomEdge" "0"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment