From 7edf681b924baf9ff96458cad026ab23e105f48b Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 4 Aug 2012 21:39:28 +0200 Subject: .osx: Remove the iTunes track notifications tweak MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .osx | 3 --- 1 file changed, 3 deletions(-) (limited to '.osx') 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 -- cgit v1.2.3