increase trackpoint speed

The wiki says this sometimes doesn't work, but it seems to be fine for
me so far. If it proves unreliable we can swap it for the more complex
systemd solution.

https://wiki.archlinux.org/index.php/TrackPoint#Configuration_at_boot
This commit is contained in:
Pig Monkey 2017-04-29 18:16:44 -07:00
parent a642edc0f2
commit 798b550758
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
ACTION=="add", SUBSYSTEM=="input", ATTR{name}=="TPPS/2 IBM TrackPoint", ATTR{device/sensitivity}="200", ATTR{device/speed}="250"

View file

@ -24,3 +24,8 @@
template: src=pam.d/i3lock.j2 dest=/etc/pam.d/i3lock
tags:
- fingerprint
- name: Push trackpoint udev rules
copy: src=10-trackpoint.rules dest=/etc/udev/rules.d/10-trackpoint.rules
tags:
- trackpoint