Skip to content

Commit fb31c06

Browse files
committed
Remove unloading of notification center
1 parent 06070b7 commit fb31c06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macSetup.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ systemsetup -setrestartfreeze on
101101
defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1
102102

103103
# Disable Notification Center and remove the menu bar icon
104-
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
104+
#launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
105105

106106
###############################################################################
107107
# Trackpad, mouse, keyboard, Bluetooth accessories, and input #

0 commit comments

Comments
 (0)