November 2012
Intermediate to advanced
424 pages
11h 59m
English
| Tip 239 | Make the Dock Show Only Running Programs |
The Dock is designed as a launcher for programs, but it can also be switched to a different mode that shows only the programs that are currently running. This can massively simplify the Mac experience for those who struggle with computing concepts.
To switch the Dock to simple mode, open a Terminal window (open Finder, select the Applications list, and then in the list of applications double-click Terminal within the Utilities folder), and type the following line:
| | defaults write com.apple.dock static-only -bool TRUE;killall Dock |
The changes will take effect immediately. Note that the Finder will always be on display in the Dock. Finder is always running in the background, ...
Read now
Unlock full access