Created
November 28, 2011 21:24
-
-
Save juanghurtado/1402145 to your computer and use it in GitHub Desktop.
Turn on iTunes notifications on dock icon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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