Skip to content

Instantly share code, notes, and snippets.

@juanghurtado
Created November 28, 2011 21:24
Show Gist options
  • Save juanghurtado/1402145 to your computer and use it in GitHub Desktop.
Save juanghurtado/1402145 to your computer and use it in GitHub Desktop.
Turn on iTunes notifications on dock icon
defaults write com.apple.dock itunes-notifications -bool TRUE
defaults write com.apple.dock notification-always-show-image -bool TRUE
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment