lock/unlock icons in dock
1 defaults write com.apple.dock contents-immutable -bool true
1 defaults write com.apple.dock contents-immutable -bool true
source: http://brunomiranda.com/past/2008/6/14/add_recent_application_menu_to/
1 defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' 2 killall Dock
for mac users. type in terminal
1 defaults write com.apple.dock mouse-over-hilte-stack -boolean YES 2 3 killall Dock