-
-
Save mgrouchy/7418652 to your computer and use it in GitHub Desktop.
In osx turn off dock animation, make delay essentially non-existant
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
killall Dock