Merge pull request #15 from Psidium/master

Add iPhone charging chime sound enabler
This commit is contained in:
Marcel Bischoff 2015-10-18 23:02:57 +02:00
commit 3cb632cbd3

View File

@ -508,6 +508,18 @@ sudo systemsetup -setcomputersleep 60
sudo systemsetup -setcomputersleep Never
```
#### Enable Chime when Charging
Play iOS charging sound when MagSafe is connected.
```bash
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true && \
open /System/Library/CoreServices/PowerChime.app
```
#### Disable Chime when Charging
```bash
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false && \
open /System/Library/CoreServices/PowerChime.app
```
## Input Devices