Rework Hardware category
This commit is contained in:
parent
96f5f8d607
commit
1e5c897c63
@ -675,19 +675,19 @@ sudo systemsetup -setcomputersleep Never
|
|||||||
sudo systemsetup -setrestartfreeze on
|
sudo systemsetup -setrestartfreeze on
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Enable Chime When Charging
|
#### Chime When Charging
|
||||||
Play iOS charging sound when MagSafe is connected.
|
Play iOS charging sound when MagSafe is connected.
|
||||||
```bash
|
```bash
|
||||||
|
# Enable
|
||||||
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true && \
|
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true && \
|
||||||
open /System/Library/CoreServices/PowerChime.app
|
open /System/Library/CoreServices/PowerChime.app
|
||||||
```
|
|
||||||
|
|
||||||
#### Disable Chime When Charging
|
# Disable (Default)
|
||||||
```bash
|
|
||||||
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false && \
|
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false && \
|
||||||
killall PowerChime
|
killall PowerChime
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Input Devices
|
## Input Devices
|
||||||
|
|
||||||
### Keyboard
|
### Keyboard
|
||||||
|
Loading…
Reference in New Issue
Block a user