Skip to content

Instantly share code, notes, and snippets.

@paulogr
Last active April 24, 2018 10:56
Show Gist options
  • Select an option

  • Save paulogr/4a650a0781f4c17399a6ef5793e9f9c9 to your computer and use it in GitHub Desktop.

Select an option

Save paulogr/4a650a0781f4c17399a6ef5793e9f9c9 to your computer and use it in GitHub Desktop.
Speed up Mac OS mouse tracking

Read current value, System Preference maximum speed is 3.0

$ defaults read -g com.apple.mouse.scaling

Write the new value, for me 7.0 is perfect

$ defaults write -g com.apple.mouse.scaling 7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment