You can add a Recent Items menu to the Mac OS X Dock by using a defaults write command. The default is set to “Recent Applications” but once the Dock item exists you can adjust it to feature other recent items too.
Launch the terminal and enter the following:
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
That needs to all be on a single line, so if you copy and paste it make sure the command is one string.
You will then need to kill the Dock.
killall Dock
Now right-click on the newly appeared Recent Applications Dock item and you can change it to be Recent Applications, Recent Documents, Recent Servers, Favorite Volumes, or Favorite Items.
Source: osxdaily.com
이 글은 스프링노트에서 작성되었습니다.
'Creativity' 카테고리의 다른 글
5 best video sharing sites (0) | 2011.04.17 |
---|---|
Mac OS X 10.7 Lion DP2 update (11A430e) released (1GB) (1) | 2011.04.17 |
5 web applications to save time at work (0) | 2011.04.16 |
iOS 4.3.2 is now available to download (0) | 2011.04.15 |
How to use the reverse scrolling of Mac OS X Lion in Snow Leopart (0) | 2011.04.15 |