Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save stefanopulze/cdea1d3deae99ac080bebef71fc5b587 to your computer and use it in GitHub Desktop.

Select an option

Save stefanopulze/cdea1d3deae99ac080bebef71fc5b587 to your computer and use it in GitHub Desktop.
Remove the shadow effect from screenshots on Mac
# Disable shadow
defaults write com.apple.screencapture disable-shadow -bool true ; killall SystemUIServer
# Enable shadow
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