Add caring chime sound tip

This commit is contained in:
Psidium 2015-10-18 16:52:42 -02:00
parent ad6919387a
commit 3a159d24f7

View File

@ -511,6 +511,15 @@ sudo systemsetup -setcomputersleep 60
sudo systemsetup -setcomputersleep Never sudo systemsetup -setcomputersleep Never
``` ```
#### Play chime sound when MagSafe is connected (iPhone charging sound)
```bash
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app
```
#### Disable chime sound when MagSafe is connected
```bash
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false; open /System/Library/CoreServices/PowerChime.app
```
## Input Devices ## Input Devices