Tired of a cluttered desktop? Yeah me too.
Execute the following command in your terminal and your screenshots will be stored out of the way in your Documents/Screenshots directory.
mkdir -p ~/Documents/Screenshots && defaults write com.apple.screencapture location ~/Documents/Screenshots && killall SystemUIServer
Command Breakdown