Set screenshot save location to Downloads folder.

This commit is contained in:
Jeff Geerling
2021-06-12 16:06:51 -05:00
parent adcd8389fa
commit 8489a049a4
Vendored
+2 -2
View File
@@ -90,8 +90,8 @@ defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
# Screen # # Screen #
############################################################################### ###############################################################################
# Save screenshots to the desktop # Save screenshots to Downloads folder.
defaults write com.apple.screencapture location -string "${HOME}/Desktop" defaults write com.apple.screencapture location -string "${HOME}/Downloads"
# Save screenshots in PNG format (other options: BMP, GIF, JPG, PDF, TIFF) # Save screenshots in PNG format (other options: BMP, GIF, JPG, PDF, TIFF)
defaults write com.apple.screencapture type -string "png" defaults write com.apple.screencapture type -string "png"