Skip to content

Instantly share code, notes, and snippets.

@developerinusa
Created February 28, 2022 12:58
Show Gist options
  • Save developerinusa/48148dfd4c45133e5efe3f098f3759da to your computer and use it in GitHub Desktop.
Save developerinusa/48148dfd4c45133e5efe3f098f3759da to your computer and use it in GitHub Desktop.
defaults write com.apple.dock autohide-delay -float 1000; killall Dock
To restore the default behavior:
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