Skip to content

Instantly share code, notes, and snippets.

@isalmanhaider
Last active June 8, 2024 13:03
Show Gist options
  • Save isalmanhaider/e3a88a56b01d99048bea4dddfe4e646b to your computer and use it in GitHub Desktop.
Save isalmanhaider/e3a88a56b01d99048bea4dddfe4e646b to your computer and use it in GitHub Desktop.
Dock animation delay on mac

to disable:

defaults write com.apple.dock autohide-delay -float 0; defaults write com.apple.dock autohide-time-modifier -int 0; killall Dock;

restore default:

defaults delete com.apple.dock autohide-delay; defaults delete com.apple.dock autohide-time-modifier; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment