In macOS, a useful choice known as “Present steered and up to date functions in Dock” (present in System Settings ➝ Desktop & Dock) provides a divider to the right-hand aspect of your Mac’s Dock, and after it shows any apps you lately used – or any that macOS thinks could also be helpful to your workflow – that are not completely docked.
Assuming that you don’t have any undocked apps which can be at the moment open, the appropriate aspect of the divider reveals three of probably the most lately used apps which have since been closed. Nonetheless, there’s a technique to make it present extra, which may be helpful in case your workflow includes utilizing quite a lot of undocked apps consecutively.
In case you’re comfy pasting instructions into Terminal, it is completely attainable to extend or lower the variety of lately opened apps that present in your Dock.
Open a Terminal window (the app may be present in /Functions/Utilities/) and paste the next on the command immediate, then press Enter:
defaults write com.apple.dock show-recents -bool true;
defaults write com.apple.dock show-recent-count -int 10;
killall Dock
Observe that the -int argument defines the variety of lately opened apps that you simply need to show within the Dock after the divider (10 on this instance). You possibly can change the quantity to swimsuit, and you’ll revert again to displaying three apps anytime by utilizing -int 3 within the second command.
This text, "Present Extra (or Fewer) Current Apps in Your Mac's Dock" first appeared on MacRumors.com
Focus on this text in our boards