Created
June 6, 2015 19:22
-
-
Save icantrap/791898752fd90714ca44 to your computer and use it in GitHub Desktop.
Enable/Disable Power Chime Effect on Cable Connect (OSX)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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