Skip to content

Instantly share code, notes, and snippets.

Created February 21, 2013 19:57
Show Gist options
  • Save anonymous/5007651 to your computer and use it in GitHub Desktop.
Save anonymous/5007651 to your computer and use it in GitHub Desktop.
defaults.write...
defaults write FixedWidthFontSmoothingThreshold 9
defaults write com.barebones.bbedit FixedWidthFontSmoothingThreshold -int 9
defaults write com.apple.dock no-glass -boolean YES
defaults write com.apple.dock showhidden -bool true
defaults write -g NSScrollAnimationEnabled -bool NO
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment