Skip to content

Instantly share code, notes, and snippets.

@ckunte
Last active October 14, 2016 12:15
Show Gist options
  • Save ckunte/7297374 to your computer and use it in GitHub Desktop.
Save ckunte/7297374 to your computer and use it in GitHub Desktop.
Disable shadow from Apple OS X screen capture
defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment