Add info and move the file instead of delete it.

This commit is contained in:
gardouille 2017-04-12 14:58:53 +02:00
parent 866d091e4d
commit e4f98d5c70
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
#!/bin/sh
scrot -s -e 'gimp $f ; rm -rf $f'
# -s: Interactively select a window or rectangle with the mouse.
# -e: Directly open the screenshot with Gimp then delete it
scrot -s -m -e 'gimp $f ; mv $f /tmp/'