Skip to content

Instantly share code, notes, and snippets.

@przemoc
Last active January 16, 2019 23:24
Show Gist options
  • Save przemoc/69254a88ed8e5a5257ff to your computer and use it in GitHub Desktop.
Save przemoc/69254a88ed8e5a5257ff to your computer and use it in GitHub Desktop.
udev rule (put it in /etc/udev/rules.d/) to make trackpoint more sensitive and speedy
### default values: sensitivity=128, speed=97
ACTION=="add", SUBSYSTEM=="input", ATTR{name}=="TPPS/2 IBM TrackPoint", ATTR{device/sensitivity}="196", ATTR{device/speed}="255"
@conradnewton
Copy link

Thanks, @ValdikSS ! Worked for me with Debian testing on a Thinkpad X260.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment