Skip to content

Instantly share code, notes, and snippets.

@eager
Created April 4, 2012 14:30
Show Gist options
  • Save eager/2301786 to your computer and use it in GitHub Desktop.
Save eager/2301786 to your computer and use it in GitHub Desktop.
Change auto-hiding Mac OS X Dock show delay to 0
# From http://hints.macworld.com/article.php?story=20120326061614691
defaults write com.apple.Dock autohide-delay -float 0 && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment