Skip to content

Instantly share code, notes, and snippets.

@arekdreyer
Last active November 4, 2020 04:14
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 arekdreyer/b6bc9190eb89ac9d35c7e1a61148496a to your computer and use it in GitHub Desktop.
Save arekdreyer/b6bc9190eb89ac9d35c7e1a61148496a to your computer and use it in GitHub Desktop.
/bin/sh
defaults write com.apple.screencapture type tiff
defaults write com.apple.screencapture disable-shadow -bool true
defaults write com.apple.screencapture location ~/Documents/Screenshots
defaults write com.apple.screencapture show-thumbnail -bool FALSE
killall SystemUIServer
@captam3rica
Copy link

defautts write com.apple.screencapture disable-shadow -bool true

Updated to :)

defaults write com.apple.screencapture disable-shadow -bool true

@arekdreyer
Copy link
Author

Ha, thanks!

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