aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-13 08:08:23 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-13 08:08:23 +0200
commit4a7598cc04781a40df49f8387e2d0b899cc8d336 (patch)
treea2e2d2b36215c50f416d29646b67b56b563030b5 /.osx
parent56d91507fff3c13bec09c90ec52a7c2bf8617fb9 (diff)
downloaddotfiles-4a7598cc04781a40df49f8387e2d0b899cc8d336.tar.gz
dotfiles-4a7598cc04781a40df49f8387e2d0b899cc8d336.tar.bz2
dotfiles-4a7598cc04781a40df49f8387e2d0b899cc8d336.zip
.osx: Disable the Genius sidebar in iTunes
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index cd23d1b..ced4f28 100755
--- a/.osx
+++ b/.osx
@@ -358,6 +358,9 @@ defaults write com.apple.iCal IncludeDebugMenu -bool true
# Disable the iTunes store link arrows
defaults write com.apple.iTunes show-store-link-arrows -bool false
+# Disable the Genius sidebar in iTunes
+defaults write com.apple.iTunes disableGeniusSidebar -bool true
+
# Disable the Ping sidebar in iTunes
defaults write com.apple.iTunes disablePingSidebar -bool true