This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Just used this to hide “ScanSnap Manager.app” or "iTerm.app" from my Dock | |
| # Quit and re-start your app after applying the setting to see it in effect. | |
| # Hide Application from Dock: | |
| defaults write /Applications/Application.app/Contents/Info LSUIElement 1 | |
| # Show Application in Dock: |