Skip to content

Instantly share code, notes, and snippets.

@joshnh
Created September 25, 2016 08:05
Show Gist options
  • Save joshnh/780288a68ef773758332bd50c089c380 to your computer and use it in GitHub Desktop.
Save joshnh/780288a68ef773758332bd50c089c380 to your computer and use it in GitHub Desktop.
Dock autohide speed increase
defaults write com.apple.dock autohide-delay -float 0 && defaults write com.apple.dock autohide-time-modifier -float 0.35 && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment