Skip to content

Instantly share code, notes, and snippets.

@icantrap
Created June 6, 2015 19:22
Show Gist options
  • Save icantrap/791898752fd90714ca44 to your computer and use it in GitHub Desktop.
Save icantrap/791898752fd90714ca44 to your computer and use it in GitHub Desktop.
Enable/Disable Power Chime Effect on Cable Connect (OSX)
# Enable Playing a Power Chime Sound Effect
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app &
# Disable the Chime Sound Effect on Power Cable Connect
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false;killall PowerChime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment