screenshot-save.sh: send screenshots to quarantine folder

This commit is contained in:
dogeystamp 2022-12-10 10:28:02 -05:00
parent 0c3edf47d0
commit d169bebc2b
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -2,4 +2,4 @@
# Screenshot and save to disk.
sleep 0.1 && scrot -fs '/tmp/%F_%T_$wx$h.png' -e 'cp $f ~/med/screen/latest.png && mv $f ~/med/screen/'
sleep 0.1 && scrot -fs '/tmp/%F_%T_$wx$h.png' -e 'cp $f ~/med/screen/latest.png && mv $f ~/quar/'