diff options
author | gydaniel@gmail.com <gydaniel@gmail.com> | 2013-01-13 00:52:45 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-03-10 10:55:19 +0100 |
commit | 3354d34521b73ac63ec954d774fb34898360d4ce (patch) | |
tree | a9ef09cd6b6b4f6a07cb90fea3088e40b1a7b442 | |
parent | 969c95bfe9ebd682bcafa84518f916879c48b8d0 (diff) | |
download | dotfiles-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 | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 # ############################################################################### |