Changing the minimize effect in Mac OS X
In OS X, you can choose between two minimization effects: Genie and Scale. But there is a third effect, called Suck, which you can also use even though it is not available in the system preferences.
To use it, open a terminal window and type the following:
defaults write com.apple.dock mineffect -string suck
For the change to take effect, you need to restart the dock. You can either do this by restarting your computer, or by opening the Activity Monitor application (should be in Applications > Utilities), finding the Dock application, and forcing it to quit. Once it quits, it will restart automatically.
If you want to go back to either of the other effects, you can just make the change in your system preferences. Or, reuse the line above and replace suck with either genie or scale.
To use it, open a terminal window and type the following:
defaults write com.apple.dock mineffect -string suck
For the change to take effect, you need to restart the dock. You can either do this by restarting your computer, or by opening the Activity Monitor application (should be in Applications > Utilities), finding the Dock application, and forcing it to quit. Once it quits, it will restart automatically.
If you want to go back to either of the other effects, you can just make the change in your system preferences. Or, reuse the line above and replace suck with either genie or scale.
| Rating: | 85% positive, 7 total Votes |
| Categories: | Mac OS X Computers |
| Added: | on Apr 13, 2007 at 11:18 am |
| Added By: | ang |

