From e4f98d5c70f138359ae21d1a57e9b86792a21ae4 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 12 Apr 2017 14:58:53 +0200 Subject: [PATCH] Add info and move the file instead of delete it. --- printscreen | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/'