you are in: codestackercodes [RSS] → tag: dock [RSS]

lock/unlock icons in dock Delicious Email

show/hide lines
   1  defaults write com.apple.dock contents-immutable -bool true
created by leozera — 04 October 2008 — get a short url — tags: dock mac embed

Add recent application menu to your dock Delicious Email

source: http://brunomiranda.com/past/2008/6/14/add_recent_application_menu_to/

show/hide lines
   1  defaults write com.apple.dock persistent-others -array-add '{ "tile-data"  = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
   2  killall Dock
created by leozera — 18 July 2008 — get a short url — tags: dock mac embed

highlight active item in dock Delicious Email

for mac users. type in terminal

show/hide lines
   1  defaults write com.apple.dock mouse-over-hilte-stack -boolean YES
   2  
   3  killall Dock
created by leozera — 07 July 2008 — get a short url — tags: dock mac embed