Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Snakel3ite

macrumors newbie
Original poster
Oct 25, 2008
16
0
Minnesota
Recent Stack > Description: Display one of the following: Recent Applications, Recent Documents, Recent Servers, Favorite Volumes, or Favorite Items.

Code:
Code:
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'

After [Return] type: killall Dock

Another cool one,
Mouse-Over effect > Description: Highlights icons with the mouse hovering in grid mode (Stacks only)

Code:
defaults write com.apple.dock mouse-over-hilte-stack -boolean YES

After [Return] type: killall Dock

If you want it off type in change YES to NO

I got this script/code from Macworld.com but originally I read in April 2008 edition.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.