https://ift.tt/2pRXrD2
Last week we explained how you can use a simple Terminal command to insert spaces in your macOS Dock and visibly group together app icons. In this article, we're going to highlight another simple Terminal hack that turns the Dock into more of a straightforward app switcher by making it display only apps that are currently running on your Mac.
Seeing only active apps at the bottom of your desktop can be a refreshing change if your Dock has become cluttered with various app shortcuts over time, and you can always use Spotlight (key combination Command-Space to activate) or an alternative method to launch your Mac apps.
When following the simple steps below, just bear in mind that Terminal is a powerful app, so make sure you enter the commands properly, especially if you're not familiar with it.
If you decide you don't like this way of using the Dock, follow the steps below to return it to its usual behavior.
Discuss this article in our forums
from MacRumors: Mac News and Rumors - All Stories https://ift.tt/2GWpvND
Last week we explained how you can use a simple Terminal command to insert spaces in your macOS Dock and visibly group together app icons. In this article, we're going to highlight another simple Terminal hack that turns the Dock into more of a straightforward app switcher by making it display only apps that are currently running on your Mac.
Seeing only active apps at the bottom of your desktop can be a refreshing change if your Dock has become cluttered with various app shortcuts over time, and you can always use Spotlight (key combination Command-Space to activate) or an alternative method to launch your Mac apps.
When following the simple steps below, just bear in mind that Terminal is a powerful app, so make sure you enter the commands properly, especially if you're not familiar with it.
How to Show Only Active Apps in Your Dock
- Launch the Terminal app found in Applications/Utilities. (To quickly open the Utilities folder in Finder, select Go -> Utilities from the menu bar, or use the key shortcut Shift-Command-U.)
- At the Terminal prompt, type the following command and press Enter: defaults write com.apple.dock static-only -bool true; killall Dock
- Your Dock will reboot in order to show only the currently running apps on your Mac in the order they were launched.
How to Revert the Dock Back to Its Original State
If you decide you don't like this way of using the Dock, follow the steps below to return it to its usual behavior.
- Launch the Terminal app again if it's not already open.
- At the Terminal prompt, type the following command and press Enter: defaults write com.apple.dock static-only -bool false; killall Dock
- Your Dock will reboot and revert to showing both running and non-running apps.
Related Roundup: macOS High Sierra
Tag: macOS Dock tricks
Discuss this article in our forums
from MacRumors: Mac News and Rumors - All Stories https://ift.tt/2GWpvND
Comments
Post a Comment