Skip to content

Commit

Permalink
.osx: Disable Notification Center
Browse files Browse the repository at this point in the history
This also removes the annoying menu bar icon.

Ref. mathiasbynens#168.
  • Loading branch information
bdzs authored and mathiasbynens committed Mar 10, 2013
1 parent 969c95b commit 3354d34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
###############################################################################
Expand Down

0 comments on commit 3354d34

Please sign in to comment.