- Create a new folder on your desktop called
newfoldername
. - Open Terminal
- Type the following command (change
mds
to your own user name):defaults write com.apple.screencapture location /Users/mds/Desktop/newfoldername
- Now type
killall SystemUIServer
- You are done. Enjoy your clutter-free desktop.
You can substitute newfoldername for any folder name you'd like. If you want to revert back, follow the same steps above, but remove newfoldername
in Step 3.
I found out how to do this here.