diff --git a/README.md b/README.md index f2a24a1..050ab4b 100644 --- a/README.md +++ b/README.md @@ -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