.osx: Disable Notification Center

This also removes the annoying menu bar icon.

Ref. #168.
This commit is contained in:
gydaniel@gmail.com
2013-03-10 10:55:19 +01:00
committed by Mathias Bynens
parent 969c95bfe9
commit 3354d34521
Vendored
+3
View File
@@ -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 #
###############################################################################