Notice»

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/3 »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

 

'최근'에 해당되는 글 1

  1. 2011.04.16 Add a Recent Items Menu to the Dock
 

Add a Recent Items Menu to the Dock

Creativity | 2011. 4. 16. 02:18 | Posted by 스마트 안전보건

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.

스크린샷_2011-04-15_오전_11.13.47.png

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

스크린샷_2011-04-15_오전_11.13.33.png

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

이 글은 스프링노트에서 작성되었습니다.

: