Plurrrr

Tue 11 Jun 2019

Disable screenshot drop shadows on macOS

To disable screenshot drop shadows on macOS use:

defaults write \
   com.apple.screencapture \
   disable-shadow -bool TRUE
killall SystemUIServer

Replace TRUE with FALSE to revert back to the default.