Created
March 3, 2017 16:23
-
-
Save aromig/40415d0927fec1368d5275749d06327e to your computer and use it in GitHub Desktop.
macOS - Disable Screen Capture Drop Shadows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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