Skip to content

Instantly share code, notes, and snippets.

@tylerfowle
Created October 8, 2018 12:51
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 tylerfowle/33d07e54a3a0144aaae53fd6f60328fa to your computer and use it in GitHub Desktop.
Save tylerfowle/33d07e54a3a0144aaae53fd6f60328fa to your computer and use it in GitHub Desktop.
Hide active apps from macos dock
# Used this to hide “xScope.app” or "iTerm.app" from the Dock
# Quit and re-start your app after applying for the setting to take effect.
# Hide Application from Dock:
defaults write /Applications/Application.app/Contents/Info LSUIElement 1
# Show Application in Dock:
defaults write /Applications/Application.app/Contents/Info LSUIElement 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment