Skip to content

Instantly share code, notes, and snippets.

@mgrouchy
Created November 11, 2013 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgrouchy/7418652 to your computer and use it in GitHub Desktop.
Save mgrouchy/7418652 to your computer and use it in GitHub Desktop.
In osx turn off dock animation, make delay essentially non-existant
# Turn off dock animation, no delay
defaults write com.apple.dock autohide-time-modifier -float 0
defaults write com.apple.dock autohide-delay -float 0
@kennethreitz
Copy link

killall Dock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment