Created
May 17, 2019 12:45
-
-
Save stefanopulze/cdea1d3deae99ac080bebef71fc5b587 to your computer and use it in GitHub Desktop.
Remove the shadow effect from screenshots on Mac
This file contains hidden or 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
| # 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