When using scrot, I'd like to have the files appear in ~/Pictures/Screenshots/ instead of in my home directory.
scrot -e 'mv $f ~/Pictures/Screenshots/'
works OK, but I would love not to have to use the -e flag because I want to have the file output be in my screenshots folder every time. Can I make scrot always output in ~/Pictures/Screenshots/, so that
scrot
will just automagically dump the files in that directory?