Skip to content

Instantly share code, notes, and snippets.

@RhubarbSin
Last active May 9, 2024 15:15
Show Gist options
  • Save RhubarbSin/773b2b023bf47d28d42fca762991de38 to your computer and use it in GitHub Desktop.
Save RhubarbSin/773b2b023bf47d28d42fca762991de38 to your computer and use it in GitHub Desktop.
Configure macOS dock animation

Increase speed of dock animation

defaults write com.apple.dock autohide-time-modifier -float 0.4; killall Dock

Remove dock animation

defaults write com.apple.dock autohide-time-modifier -int 0; killall Dock

Restore default dock animation

defaults delete com.apple.dock autohide-time-modifier; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment