Created
October 4, 2024 16:10
-
-
Save dnedrow/688c3cdf11f79ee3302a993027709b7b to your computer and use it in GitHub Desktop.
Enable dock animation slow motion
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
| #!/usr/bin/env bash | |
| # The following command will enable slow motion for Dock animation. | |
| # Once this command is run, just hold the SHIFT key down while minimizing | |
| # or expanding items in the Dock. | |
| defaults write com.apple.dock slow-motion-allowed -bool YES; killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment