From 76decfdde7524f86bc7dbbeea0246380388422bb Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Wed, 4 Nov 2015 13:01:23 +0100 Subject: [PATCH] Add Auto Show/Hide Delay command --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 00d434c..8be8e61 100644 --- a/README.md +++ b/README.md @@ -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