From 3354d34521b73ac63ec954d774fb34898360d4ce Mon Sep 17 00:00:00 2001 From: "gydaniel@gmail.com" Date: Sun, 13 Jan 2013 00:52:45 +0100 Subject: .osx: Disable Notification Center This also removes the annoying menu bar icon. Ref. #168. --- .osx | 3 +++ 1 file changed, 3 insertions(+) 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 # ############################################################################### -- cgit v1.2.3