Created
December 10, 2021 19:05
-
-
Save moiseshilario/a0511ba37956116de3940c6e70e2652e to your computer and use it in GitHub Desktop.
Reduce the Dock autohide animation (MacOS)
This file contains hidden or 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
# 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