Skip to content

Instantly share code, notes, and snippets.

@moiseshilario
Created December 10, 2021 19:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moiseshilario/a0511ba37956116de3940c6e70e2652e to your computer and use it in GitHub Desktop.
Save moiseshilario/a0511ba37956116de3940c6e70e2652e to your computer and use it in GitHub Desktop.
Reduce the Dock autohide animation (MacOS)
# Increase speed of the animation
defaults write com.apple.dock autohide-time-modifier -float 0.35;killall Dock
# remove the delay
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