diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-24 10:58:47 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-24 10:58:47 +0300 |
commit | 17c5050f64134792b1dadf1a6e919ff3abfb2952 (patch) | |
tree | 6bba0636fc77d1b6af6378feb7c2d6fdf46e8fc1 | |
parent | 9bb2dcef32eaf7670ab2b4ed8aa5c5b9f31a94b5 (diff) | |
download | dotfiles-17c5050f64134792b1dadf1a6e919ff3abfb2952.tar.gz dotfiles-17c5050f64134792b1dadf1a6e919ff3abfb2952.tar.bz2 dotfiles-17c5050f64134792b1dadf1a6e919ff3abfb2952.zip |
Disable the Ping sidebar in iTunes.
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -118,6 +118,9 @@ defaults write com.apple.Safari ProxiesInBookmarksBar "()" # Only use UTF-8 in Terminal.app defaults write com.apple.terminal StringEncodings -array 4 +# Disable the Ping sidebar in iTunes +defaults write com.apple.iTunes disablePingSidebar -bool true + # Disable send and reply animations in Mail.app defaults write com.apple.Mail DisableReplyAnimations -bool true defaults write com.apple.Mail DisableSendAnimations -bool true |