Skip to content

Instantly share code, notes, and snippets.

@MarkusH
Created June 26, 2015 11:49
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 MarkusH/cc6d9f4aed6c024c562b to your computer and use it in GitHub Desktop.
Save MarkusH/cc6d9f4aed6c024c562b to your computer and use it in GitHub Desktop.
Middle button scrolling with Thinkpad trackpoint
install xorg-xinput and put the following lines into ~/.xinitrc
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 200
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5
xinput set-prop "TPPS/2 IBM TrackPoint" "Device Accel Constant Deceleration" 0.75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment