Skip to content

Commit

Permalink
.osx: Enable iTunes track notifications in the Dock
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jan 23, 2012
1 parent 27c2285 commit be0af1e
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 @@ -13,6 +13,9 @@ defaults write com.apple.dock autohide -bool true
# Make Dock icons of hidden applications translucent
defaults write com.apple.dock showhidden -bool true

# Enable iTunes track notifications in the Dock
defaults write com.apple.dock itunes-notifications -bool true

# Disable menu bar transparency
defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false

Expand Down

0 comments on commit be0af1e

Please sign in to comment.