Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 364 Bytes

default-screenshot-location.md

File metadata and controls

12 lines (9 loc) · 364 Bytes

Default Screenshot Location

By default, Mac saves all screenshots to ~/Desktop. To save your screenshots in the ~/screenshots directory:

$ mkdir ~/screenshots
$ defaults write com.apple.screencapture location ~/screenshots
$ killall SystemUIServer

source