aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-01-23 18:15:50 +0100
committerMathias Bynens <mathias@qiwi.be>2012-01-23 18:15:50 +0100
commitbe0af1efaa67271d15a9e7364c0cd6f3700526f1 (patch)
tree311ccb4c4a586458a02acc9e7a568b4da6635fb3 /.osx
parent27c2285c59d72c01b69d4e57e5cfc78130f2370d (diff)
downloaddotfiles-be0af1efaa67271d15a9e7364c0cd6f3700526f1.tar.gz
dotfiles-be0af1efaa67271d15a9e7364c0cd6f3700526f1.tar.bz2
dotfiles-be0af1efaa67271d15a9e7364c0cd6f3700526f1.zip
.osx: Enable iTunes track notifications in the Dock
Screenshot: http://www.maclife.com/article/howtos/5_ways_customize_dock_terminal
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 46741c1..d844c9c 100755
--- a/.osx
+++ b/.osx
@@ -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