Created
November 13, 2018 22:05
-
-
Save semyonf/55b546a6926e1092f05a2033e927263c to your computer and use it in GitHub Desktop.
Make Dock show/hide fast immediately
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
defaults write com.apple.dock autohide-time-modifier -float 0.25 | |
defaults write com.apple.dock autohide-delay -int 0 | |
killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment