From 01cfd7541ef7972f6e56c3a8ed7f84a550e326c9 Mon Sep 17 00:00:00 2001 From: Willie Zhu Date: Thu, 29 Oct 2015 17:38:29 -0400 Subject: [PATCH] Disable Auto-Hide Delay --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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