Created
November 30, 2024 23:14
-
-
Save grochowski/6ce3e1336a3f4ac15f448d5a08517d09 to your computer and use it in GitHub Desktop.
Commands for a quicker macOS dock show/hide animation
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
defaults write com.apple.dock autohide-delay -int 0 | |
defaults write com.apple.dock autohide-time-modifier -float 0.2 | |
killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment