Shaun’s Notes

notes, fixes, and other cool stuff

Archive for the ‘OS X’ Category

Mar-5-2009

OS X Easter Egg : Hidden “Suck” minimizing effect.

In System Preferences there are only two minimizing effects available: Genie Effect and Scale Effect.

There is another hidden effect called “suck”.

To enable the suck effect perform the following:

  1. Open Terminal.
  2. Type the following into terminal
    defaults write com.apple.dock mineffect -string suck;killall Dock
  3. Hit enter

Now when you minimize a window it will look as though the Dock is sucking in the window.

Hint : To see this sucking effect in slow motion hold down the Shift key while minimizing.

Posted under OS X, Trick
Mar-5-2009

OS X Easter Egg : Play snake in Terminal

  1. Open Terminal
  2. Type in emac then hit enter
  3. Press Esc
  4. Now press x
  5. Type in snake and hit enter
Posted under OS X, Trick
Mar-5-2009

OS X Easter Egg : Play tetris in Terminal

  1. Open Terminal
  2. Type emacs and hit enter
  3. Press Esc
  4. Now press x
  5. Type in tetris and hit enter

How to play:

Up/Down : rotate block
Left/Right : Left/Right

Posted under OS X, Trick