Added a hack to disable icons bounce alert

This commit is contained in:
Fedor Borshev 2016-02-08 20:22:16 +03:00
parent 2a191dfad3
commit 66d139f5f2

View File

@ -432,6 +432,11 @@ defaults write com.apple.dock showhidden -bool false && \
killall Dock
```
#### Disable Icons Bounce Alert
```bash
defaults write com.apple.dock no-bouncing -bool TRUE && \\
killall Dock
```
## Documents