Skip to content

Commit 3354d34

Browse files
bdzsmathiasbynens
authored andcommitted
.osx: Disable Notification Center
This also removes the annoying menu bar icon. Ref. mathiasbynens#168.
1 parent 969c95b commit 3354d34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.osx

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ systemsetup -setcomputersleep Off > /dev/null
9090
# Check for software updates daily, not just once per week
9191
defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1
9292

93+
# Disable Notification Center and remove the menu bar icon
94+
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
95+
9396
###############################################################################
9497
# Trackpad, mouse, keyboard, Bluetooth accessories, and input #
9598
###############################################################################

0 commit comments

Comments
 (0)