|
此文章由 APSTNDP 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 APSTNDP 所有!转贴必须注明作者、出处和本声明,并保持内容完整
Position the dock at the top of the screenDesktop
Oct 18, '02 08:33:06AM • Contributed by: iMMersE
Ever really, really wanted the Dock to appear at the top of your screen, but were frustrated because Apple left out that option? No? Me neither ... But if you're curious, here's how to do it.
Open up the Terminal
Type defaults write com.apple.Dock orientation top
Restart the Dock process. You can either log out then back log in again, use ProcessViewer (in /Applications -> Utilities), or using "ps" and "kill" if you know how to do such things.
To change it back:
Open up the Terminal
Type 'defaults delete com.apple.Dock orientation'
Restart the Dock process as above.
Be warned though: If you have auto-hide on, it is very tricky to get the dock to appear; you need to hover just below the bottom edge of the top menu. If you have troubles, just use the Apple menu to make it visible again (Command-Option-D).
[Editor's note: I know this is an oldie, but as far as I can tell, it's never actually been directly posted before! If you'd rather not use the Terminal, just use TinkerTool, which can move the dock and make the changes take effect immediately.] |
|