Icon Bounce hack fix

This commit is contained in:
Fedor Borshev 2016-03-05 16:42:03 +03:00
parent 66d139f5f2
commit 4d1f41f551

View File

@ -414,6 +414,12 @@ defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-t
killall Dock
```
#### Disable Icon Bounce Alert
```bash
defaults write com.apple.dock no-bouncing -bool TRUE && \
killall Dock
```
#### Set Auto Show/Hide Delay
The float number defines the show/hide delay in ms.
```bash
@ -432,11 +438,6 @@ 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