diff --git a/README.md b/README.md index 9f2fd92..8476031 100644 --- a/README.md +++ b/README.md @@ -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