Fix title and description of chime
This commit is contained in:
parent
3a159d24f7
commit
923b839602
11
README.md
11
README.md
@ -511,14 +511,17 @@ sudo systemsetup -setcomputersleep 60
|
|||||||
sudo systemsetup -setcomputersleep Never
|
sudo systemsetup -setcomputersleep Never
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Play chime sound when MagSafe is connected (iPhone charging sound)
|
#### Enable Chime when Charging
|
||||||
|
Play iOS charging sound when MagSafe is connected.
|
||||||
```bash
|
```bash
|
||||||
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app
|
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true && \
|
||||||
|
open /System/Library/CoreServices/PowerChime.app
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Disable chime sound when MagSafe is connected
|
#### Disable Chime when Charging
|
||||||
```bash
|
```bash
|
||||||
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false; open /System/Library/CoreServices/PowerChime.app
|
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false && \
|
||||||
|
open /System/Library/CoreServices/PowerChime.app
|
||||||
```
|
```
|
||||||
|
|
||||||
## Input Devices
|
## Input Devices
|
||||||
|
Loading…
Reference in New Issue
Block a user