Last Updated: February 25, 2016
·
405
· martinogden

Disable drop shadow on OS X screenshots

$ defaults write com.apple.screencapture disable-shadow -bool true
$ killall SystemUIServer

And if you want to turn them back on again:

$ defaults write com.apple.screencapture disable-shadow -bool false
$ killall SystemUIServer