diff --git a/.osx b/.osx index 93b9135..9f43367 100755 --- a/.osx +++ b/.osx @@ -90,8 +90,8 @@ defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false # Screen # ############################################################################### -# Save screenshots to the desktop -defaults write com.apple.screencapture location -string "${HOME}/Desktop" +# Save screenshots to Downloads folder. +defaults write com.apple.screencapture location -string "${HOME}/Downloads" # Save screenshots in PNG format (other options: BMP, GIF, JPG, PDF, TIFF) defaults write com.apple.screencapture type -string "png"