Skip to content

Instantly share code, notes, and snippets.

@gavinhungry
Last active June 8, 2022 23:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavinhungry/355c54acca9da9ff83cf57d4fca20a9d to your computer and use it in GitHub Desktop.
Save gavinhungry/355c54acca9da9ff83cf57d4fca20a9d to your computer and use it in GitHub Desktop.
ThinkPad input settings
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