Hacker News new | ask | show | jobs
by julioneander 2734 days ago
I feel the same with mice on macOS. This setting kinda fixed it for me, you can try different scaling factors:

defaults write .GlobalPreferences com.apple.mouse.scaling 1

You will need to logout and login after applying it though.

1 comments

Psst…defaults write -g is probably the recommended way to do this, since it doesn’t depend on the name of the global preferences property list file.