Rework Hardware category

This commit is contained in:
Marcel Bischoff 2015-12-04 01:23:12 +01:00
parent 96f5f8d607
commit 1e5c897c63

View File

@ -675,19 +675,19 @@ sudo systemsetup -setcomputersleep Never
sudo systemsetup -setrestartfreeze on
```
#### Enable Chime When Charging
#### Chime When Charging
Play iOS charging sound when MagSafe is connected.
```bash
# Enable
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true && \
open /System/Library/CoreServices/PowerChime.app
```
#### Disable Chime When Charging
```bash
# Disable (Default)
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false && \
killall PowerChime
```
## Input Devices
### Keyboard