So here’s the definition of the Dock according to Apple’s Dictionary:
An application launcher that comes with Mac OS X. The Dock is located along the edge of the screen. It contains icons for many of the applications available on the computer, and you can drag icons to and from the Dock. The Dock shows that an application is running by displaying a small black triangle below or next to its icon.Most Mac users just accept the Dock as it is. But maybe they shouldn’t. There are many ways to tweak the Dock, and here are several of them.
Part One: On The Dock
First, we’ll start from the obvious: the Dock itself.1. Resizing the Dock
You can easily resize the dock by hovering your mouse on the dock, click on the dividing line, then drag up or down to adjust the size. If you just click and hold, the magnification effect will be off temporarily until you release the click.
If you do right click (or Control + Click) on the dividing line, a pop up menu with several options will appear. Among them is changing the location of the dock.
You can just drag out an inactive application’s icon from the dock to remove them.
Part Two: Inside The Terminal
Now we’ll move onto the real stuff. If anyone wants to do serious tweaking on Mac OS X, there’s no better (and scarier) way to do it than using command lines on the Terminal.4. Add Spaces between icons
Except for the two icons beside the dividing line, all icons in the Dock are located next to one another without too much space.
defaults write com.apple.dock persistent-apps -array-add ‘{ “tile-type” = “spacer-tile”; }’Hit Enter/Return, then write:
killall DockHit Enter/Return one more time and the Dock will be restarted and missing for a few (milli)seconds. After the Dock return, you’ll find a blank space in the Dock. Drag this space to the location that you want.
To remove the blank space, simply drag out the space from the dock. Alternatively, you can right click or click and hold the space and a pop up menu will appear saying “Remove from Dock”. Click on that command to remove the space.
Sometimes you feel that the Dock contains too many items. You can reduce the crowds by making the Dock shows only icons from the active applications. Use this command line in Terminal:
defaults write com.apple.dock static-only -bool TRUEHit Enter/Return, then write:
killall DockHit Enter/Return one more time to restart the Dock.
Part Three: Other Terminal Commands
We are still discussing Terminal commands to tweak the dock. Since the general process is the same, I’d like to simplify the explanation by only mentioning the command lines.Please remember to always hit Enter/Return after each command line, continued by “killall Dock” command and another hit at Enter/Return key to restart the Dock to enable the change.
6. Flattening the Dock
You can change the appearance of the Dock to the flat 2D view like the older version of Mac OS X by using this command:
defaults write com.apple.dock no-glass -boolean YESTo reverse, change the YES into NO.
Sometimes Mac users hide some of the open applications (by using Hide menu or Command + H). This process could be enhanced by making the hidden applications icons in the dock transparent. Use this command to activate this effect.
defaults write com.apple.Dock showhidden -bool YESReplace YES with NO to reverse the effect.
0 comments:
Post a Comment