Set screenshot save location to Downloads folder.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user