Skip to content

Instantly share code, notes, and snippets.

@schrader
Created March 14, 2012 16:52
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schrader/2037831 to your computer and use it in GitHub Desktop.
Save schrader/2037831 to your computer and use it in GitHub Desktop.
Hide/Show apps from Lion's dock (shell command)
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
---
Quit and re-start your app after applying the setting to see it in effect.
@akulbe
Copy link

akulbe commented Oct 12, 2012

@schrader - how does it interact with whatever application you're using for OCR? Does that still come up when you press the button on your scanner to scan the doc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment