Skip to content

Instantly share code, notes, and snippets.

@snambi
Created March 12, 2017 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snambi/d2c0d1de65c2c70cc3fc6b6fd28b42e5 to your computer and use it in GitHub Desktop.
Save snambi/d2c0d1de65c2c70cc3fc6b6fd28b42e5 to your computer and use it in GitHub Desktop.
Set Mouse, Touch pad properties
# increase the trackpad tracking speed ( increase it by 4 times )
xinput --set-prop 13 171 4.000000, 0.000000, 0.000000, 0.000000, 5.000000, 0.000000, 0.000000, 0.000000, 1.000000
# increase the apple mouse tracking speed ( increase it by 4 times )
xinput --set-prop 18 171 4.000000, 0.000000, 0.000000, 0.000000, 5.000000, 0.000000, 0.000000, 0.000000, 1.000000
## enable tap-to-click
xinput --set-prop 13 306 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment