aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-04 21:39:28 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-04 21:39:28 +0200
commit7edf681b924baf9ff96458cad026ab23e105f48b (patch)
treec69e4031fd21d4d870f1e521d1ccd91a0fd89571 /.osx
parent3bf5166fb643343847d7984345d9afaf3117e8ae (diff)
downloaddotfiles-7edf681b924baf9ff96458cad026ab23e105f48b.tar.gz
dotfiles-7edf681b924baf9ff96458cad026ab23e105f48b.tar.bz2
dotfiles-7edf681b924baf9ff96458cad026ab23e105f48b.zip
.osx: Remove the iTunes track notifications tweak
It crashes the Dock in OS X 10.7.4 and doesn’t work in OS X 10.8 anyway. Ref. https://github.com/mathiasbynens/dotfiles/commit/45c1bced7371b93a49f884bc6fe868571fe94402#commitcomment-1671603.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 0 insertions, 3 deletions
diff --git a/.osx b/.osx
index c56bf77..567b47a 100755
--- a/.osx
+++ b/.osx
@@ -265,9 +265,6 @@ 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 (for pre-10.8)
-defaults write com.apple.dock itunes-notifications -bool true
-
# Reset Launchpad
find ~/Library/Application\ Support/Dock -name "*.db" -maxdepth 1 -delete