Skip to content

Instantly share code, notes, and snippets.

@zrod
Created September 4, 2015 03:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zrod/f55c0ad1acbaab513f6f to your computer and use it in GitHub Desktop.
Save zrod/f55c0ad1acbaab513f6f to your computer and use it in GitHub Desktop.
t440s with t450s trackpad
Section "InputClass"
#Identifier "touchpad catchall"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|SynPS/2 Synaptics TouchPad|ThinkPad Extra Buttons"
MatchDevicePath "/dev/input/event*"
#Option "SoftButtonAreas" "60% 0 0 2400 40% 60% 0 2400"
Option "AreaTopEdge" "2400"
Option "HorizHysteresis" "30"
Option "VertHysteresis" "30"
Option "FingerLow" "40"
Option "FingerHigh" "45"
Option "MinSpeed" "1"
Option "MaxSpeed" "1"
Option "AccelerationProfile" "2"
Option "ConstantDeceleration" "4"
Option "VertEdgeScroll" "0"
Option "TapAndDragGesture" "0"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment