Skip to content

Instantly share code, notes, and snippets.

@AllenSH12
Created December 6, 2014 23:32
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 AllenSH12/2f7b4d2e7a6e6ab3db53 to your computer and use it in GitHub Desktop.
Save AllenSH12/2f7b4d2e7a6e6ab3db53 to your computer and use it in GitHub Desktop.
OS X screenshot drop shadow
# to turn off
defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer
# to turn on
defaults write com.apple.screencapture disable-shadow -bool false
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment