Skip to content

Instantly share code, notes, and snippets.

@lonsagisawa
Created November 24, 2017 05:21
Show Gist options
  • Save lonsagisawa/f9218e3d7d769a9b1d911b730950dc81 to your computer and use it in GitHub Desktop.
Save lonsagisawa/f9218e3d7d769a9b1d911b730950dc81 to your computer and use it in GitHub Desktop.
Synaptics X.org config for ThinkPad X240
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "synaptics"
Option "FingerLow" "35"
Option "FingerHigh" "40"
Option "PalmDetect" "1"
Option "PalmMinWidth" "5"
Option "PalmMinZ" "30"
Option "HorizHysteresis" "25"
Option "VertHysteresis" "25"
Option "VertTwoFingerScroll" "1"
Option "VertScrollDelta" "-150"
Option "HorizTwoFingerScroll" "1"
Option "HorizScrollDelta" "-150"
Option "MinSpeed" "1"
Option "MaxSpeed" "1"
Option "AccelerationProfile" "2"
Option "ConstantDeceleration" "4"
Option "ClickPad" "true"
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment