Add caring chime sound tip
This commit is contained in:
parent
ad6919387a
commit
3a159d24f7
@ -511,6 +511,15 @@ sudo systemsetup -setcomputersleep 60
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user