Skip to content

Commit

Permalink
Add note about re-enabling Notification Center
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Suttle committed Dec 8, 2013
1 parent 0b29e8d commit 1241663
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 @@ -105,6 +105,9 @@ 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 2> /dev/null
## Re-enable
## sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool true
## launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2> /dev/null

# Disable smart quotes as they’re annoying when typing code
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
Expand Down

0 comments on commit 1241663

Please sign in to comment.