Merge pull request #64 from vladmrnv/fixed-disable-chime-when-charging
Fixed Disable Chime when Charging
This commit is contained in:
commit
9d642a102b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user