From be0af1efaa67271d15a9e7364c0cd6f3700526f1 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 23 Jan 2012 18:15:50 +0100 Subject: .osx: Enable iTunes track notifications in the Dock Screenshot: http://www.maclife.com/article/howtos/5_ways_customize_dock_terminal --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') 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 -- cgit v1.2.3