Skip to content

Instantly share code, notes, and snippets.

@realazizk
Created July 12, 2016 04:15
Show Gist options
  • Save realazizk/81dcf65ad5dd58c7b82b1bc841a39a98 to your computer and use it in GitHub Desktop.
Save realazizk/81dcf65ad5dd58c7b82b1bc841a39a98 to your computer and use it in GitHub Desktop.
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 "ClickTime" "1"
Option "SingleTapTimeout" "1"
Option "VertScrollDelta" "-111"
Option "HorizScrollDelta" "-111"
Option "PalmDetect" "1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment