Skip to content

Instantly share code, notes, and snippets.

@singularitti
Last active August 9, 2019 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save singularitti/2cc4a9679867e9723a6b9c006ce13e80 to your computer and use it in GitHub Desktop.
Save singularitti/2cc4a9679867e9723a6b9c006ce13e80 to your computer and use it in GitHub Desktop.
Show Only Active Applications #macOS #Dock
# Enable
defaults write com.apple.dock static-only -bool true && \
killall Dock
# Disable (Default)
defaults write com.apple.dock static-only -bool false && \
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment