Add info and move the file instead of delete it.
This commit is contained in:
parent
866d091e4d
commit
e4f98d5c70
|
@ -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/'
|
||||
|
|
Loading…
Reference in New Issue