Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Created August 25, 2015 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglasmiranda/2b306fcba0f4678f920e to your computer and use it in GitHub Desktop.
Save douglasmiranda/2b306fcba0f4678f920e to your computer and use it in GitHub Desktop.
Useful osx
# Remove the Delay for Auto-Hide & Auto-Show of Dock in OS X
defaults write com.apple.Dock autohide-delay -float 0 && killall Dock
# undo
defaults delete com.apple.Dock autohide-delay && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment