From 36c45978f4a0ed051cc0526ec3f83e57340ebfbf Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 24 Sep 2011 11:04:38 +0300 Subject: Disable Ping entirely. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 73d5cef..f030fe2 100755 --- a/.osx +++ b/.osx @@ -121,6 +121,9 @@ defaults write com.apple.terminal StringEncodings -array 4 # Disable the Ping sidebar in iTunes defaults write com.apple.iTunes disablePingSidebar -bool true +# Disable all the other Ping stuff in iTunes +defaults write com.apple.iTunes disablePing -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 -- cgit v1.2.3