Skip to content

Instantly share code, notes, and snippets.

@dipil-saud
Created November 7, 2011 07:47
Show Gist options
  • Save dipil-saud/1344411 to your computer and use it in GitHub Desktop.
Save dipil-saud/1344411 to your computer and use it in GitHub Desktop.
Mac
defaults write /Applications/Stickies.app/Contents/Info LSUIElement 1
# Stickies is the name of the application, replace with the custom application
# Change 1 to 0 to turn the feature off
************** OR **********************
# Find the application, usually in the applications folder
# Right click and 'open package contents'
# From there, in the contents folder, open the Info.plist file
# There At the end paste
<key>LSUIElement</key>
<string>1</string>
before
</dict>
</plist>
# Restart the application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment