Last active
November 4, 2020 04:14
-
-
Save arekdreyer/b6bc9190eb89ac9d35c7e1a61148496a to your computer and use it in GitHub Desktop.
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
/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ha, thanks!