Disable Auto-Hide Delay

This commit is contained in:
Willie Zhu 2015-10-29 17:38:29 -04:00
parent e0d93070fd
commit 01cfd7541e

View File

@ -340,6 +340,12 @@ defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-t
killall Dock
```
#### Disable Auto-Hide Delay
```bash
defaults write com.apple.Dock autohide-delay -float 0 &&\
killall Dock
```
## Documents