Created
December 4, 2015 21:38
-
-
Save emaxerrno/a40133114c4c2854c23d to your computer and use it in GitHub Desktop.
ibm trackpoint.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash --login | |
| device=$(find /sys/devices/platform/i8042 -name name | xargs grep -Fl TrackPoint | sed 's/\/input\/input[0-9]*\/name$//') | |
| echo 255 | sudo tee $device/sensitivity | |
| echo 255 | sudo tee $device/speed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment