aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgydaniel@gmail.com <gydaniel@gmail.com>2013-01-13 00:52:45 +0100
committerMathias Bynens <mathias@qiwi.be>2013-03-10 10:55:19 +0100
commit3354d34521b73ac63ec954d774fb34898360d4ce (patch)
treea9ef09cd6b6b4f6a07cb90fea3088e40b1a7b442
parent969c95bfe9ebd682bcafa84518f916879c48b8d0 (diff)
downloaddotfiles-3354d34521b73ac63ec954d774fb34898360d4ce.tar.gz
dotfiles-3354d34521b73ac63ec954d774fb34898360d4ce.tar.bz2
dotfiles-3354d34521b73ac63ec954d774fb34898360d4ce.zip
.osx: Disable Notification Center
This also removes the annoying menu bar icon. Ref. #168.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index d1ef6a7..44a5469 100755
--- a/.osx
+++ b/.osx
@@ -90,6 +90,9 @@ systemsetup -setcomputersleep Off > /dev/null
# Check for software updates daily, not just once per week
defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1
+# Disable Notification Center and remove the menu bar icon
+launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
+
###############################################################################
# Trackpad, mouse, keyboard, Bluetooth accessories, and input #
###############################################################################