Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Alternate genie effects System
The "genie effect" is what happens when you click the yellow "minimize" button. You'll see your window get sucked down into the dock, as though it were being drawn into a funnel. While quite cool the first few times, some people (me!) have found it a little annoying after a while. Those with slower machines may also find it something of a CPU hog.

Luckily, Apple included a way to change the genie effect, but chose not to put it into a GUI tool at this time. I'm sure someone will have one written within a week, but for now, here's how you do it. Open a terminal session (the Terminal application is inside Applications/Utilities), and type one of the following:
defaults write com.apple.Dock mineffect genie
defaults write com.apple.Dock mineffect suck
defaults write com.apple.Dock mineffect scale
The "genie" option is normal behavior, "suck" is sort of hard to describe but it's more like a reverse twisted genie, and "scale" (my personal favorite) simply reduces the window equally from all sides while dropping it to the dock. The other nice thing about "scale" is that it's blindingly fast (on my G4/350, while the genie lags a bit), so windows vanish very quickly.

To activate any of these settings, you'll need to logout and login again.
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[12,463 views]  

Alternate genie effects | 9 comments | Create New Account
Click here to return to the 'Alternate genie effects' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
kill -HUP on Dock
Authored by: pata on Sat, Mar 24 2001 at 11:01PM PST
I was able to change the Dock behaviour to scale by doing a

kill -HUP <id number>

on the process called: /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock -psn_0_7471105

But some of the other settings (blue triangle, etc) didn't change. Anyone have any similar experience?

[ Reply to This | # ]
Can you disable all effects?
Authored by: philtrue on Sun, Mar 25 2001 at 9:39PM PST
Does anyone know if there is a way to disable the genie-type effects completely? Thanks.

PT


[ Reply to This | # ]
Alternate way to apply changes
Authored by: gallenx on Mon, Mar 26 2001 at 12:49AM PST
Another way to apply changes is to run the following apple script:

tell application "Dock"
quit
end tell

It will quit and then restart the dock. Apple had this script on their site for awhile (with other Dock scripts), although I'm not sure if it's still there.

-GallenX

[ Reply to This | # ]
Utility
Authored by: Straythorn on Mon, Mar 26 2001 at 3:14AM PST
Here's a simple GUI utility called "Tinker Tool" for changing these settings. It will also let you create translucent terminal windows that look awesome though they don't completely behave themselves.

http://www.bresink.de/osx

[ Reply to This | # ]
Slow Mo
Authored by: Erik W on Tue, Mar 27 2001 at 3:21AM PST
After a bit of fooling around, I've discovered that minimizing (or maximizing) with the shift key down will display the effect in Slow Motion, as Steve Jobs did in the MacWorld Keynote Demos. It works with all three settings, Genie, Scale, and Suck. Sure it's slower, but seeing the animation is fun for a few minutes.

[ Reply to This | # ]
Invoking changes
Authored by: adrian_friis on Thu, May 17 2001 at 3:57PM PDT
The easies way to see the changes is to quit "Dock" in the ProcessViewer. No log-out required.

[ Reply to This | # ]
Easily Changing Minimize
Authored by: goad on Fri, Feb 1 2002 at 6:25PM PST
I found the the same three minimize graphics changes as you, but they were in the system prefs under "dock"

NOTE: This may be because I have 10.1

[ Reply to This | # ]
I don't know about that..
Authored by: djpk on Tue, Mar 26 2002 at 8:27PM PST
I use 10.1.3 and Dock prefs only lists genie and scale. Check again, cause I'm not sure it has all three. I have to use Tinker Tool to get the third.

djpk

[ Reply to This | # ]
Easily Changing Minimize not for Tiger !
Authored by: Superful on Tue, Aug 2 2005 at 10:58PM PDT
Absolutly It is not working under Tiger ! you can type whenever you want nothing !!!
defaults write com.apple.Dock mineffect genie
defaults write com.apple.Dock mineffect suck
defaults write com.apple.Dock mineffect scale

Zero !!!! ???

[ Reply to This | # ]