mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 18:22:15 +00:00
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:
parent
a642edc0f2
commit
798b550758
2 changed files with 6 additions and 0 deletions
1
roles/thinkpad/files/10-trackpoint.rules
Normal file
1
roles/thinkpad/files/10-trackpoint.rules
Normal file
|
|
@ -0,0 +1 @@
|
|||
ACTION=="add", SUBSYSTEM=="input", ATTR{name}=="TPPS/2 IBM TrackPoint", ATTR{device/sensitivity}="200", ATTR{device/speed}="250"
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue