Skip to content

Instantly share code, notes, and snippets.

@aromig
Created March 3, 2017 16:23
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 aromig/40415d0927fec1368d5275749d06327e to your computer and use it in GitHub Desktop.
Save aromig/40415d0927fec1368d5275749d06327e to your computer and use it in GitHub Desktop.
macOS - Disable Screen Capture Drop Shadows
defaults write com.apple.screencapture disable-shadow -bool true
# Need to restart the UI Server
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment