Skip to content

Instantly share code, notes, and snippets.

@arkadiusjonczek
Created July 24, 2018 15:42
Show Gist options
  • Save arkadiusjonczek/2eb78facb10a9ad64df2d379d477bc55 to your computer and use it in GitHub Desktop.
Save arkadiusjonczek/2eb78facb10a9ad64df2d379d477bc55 to your computer and use it in GitHub Desktop.
Change Screenshots Directory #tags: macOS
# change to Screenshots directory
defaults write com.apple.screencapture location ~/Desktop/Screenshots/ && killall SystemUIServer
# change back to default Desktop directory
defaults write com.apple.screencapture location ~/Desktop/ && killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment