Merge pull request #64 from vladmrnv/fixed-disable-chime-when-charging

Fixed Disable Chime when Charging
This commit is contained in:
Marcel Bischoff 2015-10-29 06:33:20 +01:00
commit 9d642a102b

View File

@ -608,7 +608,7 @@ open /System/Library/CoreServices/PowerChime.app
#### Disable Chime when Charging #### Disable Chime when Charging
```bash ```bash
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false && \ defaults write com.apple.PowerChime ChimeOnAllHardware -bool false && \
open /System/Library/CoreServices/PowerChime.app killall PowerChime
``` ```
## Input Devices ## Input Devices