Icon Bounce hack fix
This commit is contained in:
parent
66d139f5f2
commit
4d1f41f551
11
README.md
11
README.md
@ -414,6 +414,12 @@ defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-t
|
|||||||
killall Dock
|
killall Dock
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Disable Icon Bounce Alert
|
||||||
|
```bash
|
||||||
|
defaults write com.apple.dock no-bouncing -bool TRUE && \
|
||||||
|
killall Dock
|
||||||
|
```
|
||||||
|
|
||||||
#### Set Auto Show/Hide Delay
|
#### Set Auto Show/Hide Delay
|
||||||
The float number defines the show/hide delay in ms.
|
The float number defines the show/hide delay in ms.
|
||||||
```bash
|
```bash
|
||||||
@ -432,11 +438,6 @@ defaults write com.apple.dock showhidden -bool false && \
|
|||||||
killall Dock
|
killall Dock
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Disable Icons Bounce Alert
|
|
||||||
```bash
|
|
||||||
defaults write com.apple.dock no-bouncing -bool TRUE && \\
|
|
||||||
killall Dock
|
|
||||||
```
|
|
||||||
|
|
||||||
## Documents
|
## Documents
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user