<div dir="ltr">@Ali and @Aere,<div style>I've done a small write up on scrot here: <a href="http://askubuntu.com/questions/252281/how-do-i-take-screenshots-with-a-delay">http://askubuntu.com/questions/252281/how-do-i-take-screenshots-with-a-delay</a></div>
<div style><br></div><div style>Scrot can be set up to save files to the Desktop so that the images are right in front of you and get dealt with ASAP. Also, there's the Alt+PrintScreen option to take a snap of just the active window. One more tweak that scrot allows is to choose the quality of the image by use of the -q switch. I've set up both PrintScreen (full screen) and Alt+PrintScreen (window in focus):</div>
<div style><br></div><div style>PrintScreen: <span style="background-color:rgb(224,224,224);font-family:'Ubuntu Mono','Ubuntu Beta Mono A',Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace;font-size:14.399999618530273px;line-height:17px">scrot -b -d 5 ~/Desktop/%Y:%m:%d:%H:%M:%S.png</span></div>
<div style><span style="background-color:rgb(224,224,224);font-family:'Ubuntu Mono','Ubuntu Beta Mono A',Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace;font-size:14.399999618530273px;line-height:17px"><br>
</span></div><div style><span style="background-color:rgb(224,224,224);font-family:'Ubuntu Mono','Ubuntu Beta Mono A',Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace;font-size:14.399999618530273px;line-height:17px">Alt+PrintScreen: </span><span style="background-color:rgb(224,224,224);font-family:'Ubuntu Mono','Ubuntu Beta Mono A',Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace;font-size:14.399999618530273px;line-height:17px">scrot -u -b -d 5 ~/Desktop/%Y:%m:%d:%H:%M:%S.png</span></div>
<div style><span style="background-color:rgb(224,224,224);font-family:'Ubuntu Mono','Ubuntu Beta Mono A',Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace;font-size:14.399999618530273px;line-height:17px"><br>
</span></div><div style><br></div></div>