Skip to content

Instantly share code, notes, and snippets.

@itsnwa
Last active September 8, 2020 21:22
Show Gist options
  • Save itsnwa/78482eff5d2bc5375c5a2074d79b7d68 to your computer and use it in GitHub Desktop.
Save itsnwa/78482eff5d2bc5375c5a2074d79b7d68 to your computer and use it in GitHub Desktop.

Remove the default delay on auto show/hide macOS dock

$ 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