How to Disable ‘Show More Options’ from windows menu
April 27, 2022
1 min
The Dock is macOS’s universal panel for frequently used apps and open files. Fans of visual order can make it as minimalistic as possible by removing the icons of programs not currently open.
In order to enable the display of only active applications:
open the Terminal app (you can find it in the Spotlight search).
Insert the command into the command line.
1. defaults write com.apple.dock static-only -bool true; killall Dock
The Dock pane will show only the applications currently active. To undo the changes and return the panel to its original state, use the command.
defaults delete com.apple.dock; killall Dock
Quick Links
Legal Stuff