diff --git a/printscreen b/printscreen index a0ac119..fd9cf5a 100755 --- a/printscreen +++ b/printscreen @@ -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/'