Last active
June 8, 2022 23:16
-
-
Save gavinhungry/355c54acca9da9ff83cf57d4fca20a9d to your computer and use it in GitHub Desktop.
ThinkPad input settings
This file contains 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
synclient VertScrollDelta=-60 HorizScrollDelta=-60 | |
synclient PalmDetect=1 PalmMinZ=100 PalmMinWidth=7 | |
synclient RightButtonAreaTop=0 RightButtonAreaLeft=0 | |
synclient CoastingFriction=75 | |
xinput set-prop "$TOUCHPAD" 'Device Accel Profile' 2 | |
xinput set-prop "$TOUCHPAD" 'Device Accel Constant Deceleration' 25 | |
xinput set-prop "$TOUCHPAD" 'Device Accel Velocity Scaling' 10000 | |
xinput set-prop "$TRACKPOINT" 'libinput Natural Scrolling Enabled' 1 | |
xinput set-prop "$TRACKPOINT" 'libinput Accel Speed' 0.5 | |
syndaemon -dtkR -i 0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment