This is nothing new, but maybe some of you haven't seen it before.
1. Launch the Terminal app from the /Applications/Utilities folder.
2. Type the following in the Terminal:
defaults write com.apple.dock mineffect suck; killall Dock
3. Hit your "return" key.
4. If it asks you for your password -- probably not -- type it.
5. Enjoy! From now on, your apps and windows will use the "suck" animation when minimizing to the Dock.
To return to your previous Dock animation, type the following in the Terminal and hit your "return" key:
defaults delete com.apple.dock mineffect && killall -INT Dock
If you want to actually restore the OS's default Dock -- that is, without any folders, apps or other items you may have added to it -- type the following command in the Terminal, and then hit your "return" key:
defaults delete com.apple.dock; killall Dock
Yeah, pretty useless . . . but did you learn something?
1. Launch the Terminal app from the /Applications/Utilities folder.
2. Type the following in the Terminal:
defaults write com.apple.dock mineffect suck; killall Dock
3. Hit your "return" key.
4. If it asks you for your password -- probably not -- type it.
5. Enjoy! From now on, your apps and windows will use the "suck" animation when minimizing to the Dock.
To return to your previous Dock animation, type the following in the Terminal and hit your "return" key:
defaults delete com.apple.dock mineffect && killall -INT Dock
If you want to actually restore the OS's default Dock -- that is, without any folders, apps or other items you may have added to it -- type the following command in the Terminal, and then hit your "return" key:
defaults delete com.apple.dock; killall Dock
Yeah, pretty useless . . . but did you learn something?
Last edited: