Skip to content

Instantly share code, notes, and snippets.

@jstimpfle
jstimpfle / .xsession
Created April 30, 2016 00:53
xinput commands to configure trackpoint scrolling
# activate middle click + trackpoint scrolling
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' 220
# horizontal scrolling
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5