Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created May 11, 2013 01:42
Show Gist options
  • Save monokrome/5558585 to your computer and use it in GitHub Desktop.
Save monokrome/5558585 to your computer and use it in GitHub Desktop.
Making OS X suck less.
#!/usr/bin/env sh
sudo defaults write -g ApplePressAndHoldEnabled -bool false
sudo defaults write -g NSScrollViewRubberbanding -int
sudo defaults write com.apple.iTunes disable-elastic-scroll -bool YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment