Skip to content

Commit

Permalink
Now turns off mouse acceleration for OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Howard committed May 2, 2012
1 parent caee972 commit 21c4732
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ for app in Safari Finder Dock Mail; do killall "$app"; done

# Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo)
echo "0x08000100:0" > ~/.CFUserTextEncoding

# Mouse acceleration
defaults write .GlobalPreferences com.apple.mouse.scaling -1

0 comments on commit 21c4732

Please sign in to comment.