Skip to content

Instantly share code, notes, and snippets.

@sethiele
Last active July 14, 2016 06:40
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 sethiele/6384ec86119275725a5db3d776bab6de to your computer and use it in GitHub Desktop.
Save sethiele/6384ec86119275725a5db3d776bab6de to your computer and use it in GitHub Desktop.
This is how to disable the shadow on mac screenshots.
  1. open th terminal
  2. run defaults write com.apple.screencapture disable-shadow -bool TRUE
  3. run killall SystemUIServer

Done

Enable the shaddow again (why ever):

  1. open th terminal
  2. run defaults write com.apple.screencapture disable-shadow -bool FALSE
  3. run killall SystemUIServer

If you're wondering how to make screenshots: https://support.apple.com/de-de/HT201361 (german) https://support.apple.com/en-us/HT201361 (en)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment