Add Auto Show/Hide Delay command

This commit is contained in:
Marcel Bischoff 2015-11-04 13:01:23 +01:00
parent 529a99619c
commit 76decfdde7

View File

@ -341,6 +341,13 @@ defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-t
killall Dock
```
#### Set Auto Show/Hide Delay
The float number defines the show/hide delay in ms.
```bash
defaults write com.apple.Dock autohide-delay -float 0 &&\
killall Dock
```
## Documents