Skip to content

Instantly share code, notes, and snippets.

@NazarK
Last active February 25, 2021 01:28
Show Gist options
  • Save NazarK/ea8e0446037bcc15be55ccad31ebc7a6 to your computer and use it in GitHub Desktop.
Save NazarK/ea8e0446037bcc15be55ccad31ebc7a6 to your computer and use it in GitHub Desktop.
thinkpad ubuntu touchpad fix (from stackoverflow)
export `xinput list | grep -i synaptics | awk '{ print $5 }'`
echo "device id: $id"
xinput --set-prop "$id" "Synaptics Noise Cancellation" 20 20
xinput --set-prop "$id" "Synaptics Finger" 35 45 250
xinput --set-prop "$id" "Synaptics Scrolling Distance" 180 180
echo "all fixed"
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment