Skip to content

Instantly share code, notes, and snippets.

@SunDi3yansyah
Created November 24, 2019 16:14
Show Gist options
  • Save SunDi3yansyah/82a4691034233d3d56cdc364d6b2cebc to your computer and use it in GitHub Desktop.
Save SunDi3yansyah/82a4691034233d3d56cdc364d6b2cebc to your computer and use it in GitHub Desktop.
How to remove the shadow effect from screenshots on Mac

How to remove the shadow from screenshots you take on your Mac

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

How to add the shadow effect back to Mac screenshots

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