July 28th, 2011 | Send to Instapaper
After downloading OS X Lion, I was looking to augment my workflow by relocating the “save file location” of screenshots I take on my Mac – a nasty habit I can’t seem to kick. I came across the majority of this solution through OS X Daily, although, I did make some minor adjustments to suit my workflow.
-
Create a new folder in
~/Pictures/named, “Screenshots”. -
In Terminal.app type (or copy) the following string:
defaults write com.apple.screencapture location ~/Pictures/Screenshots -
To save the changes, use:
killall SystemUIServer
Take a screenshot using Command+Shift+3. If a screenshot of your desktop appears in your “Screenshots” folder, then the changes have been saved. All that’s left is moving your “Screenshots” folder to your dock. There, you will have instant access to all of your screen captures.
As for the dock settings, I chose to sort by date added, display as a stack, and view the content as a fan. The solution is simple enough, and best of all, keeps my desktop clean.
