From bc67d1a3f0f80e0101f84b0ac0394af5b70b451b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 13 Apr 2014 21:34:53 +0200 Subject: upshot: capture window border Signed-off-by: Florian Pritz --- upshot-xbindkeys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upshot-xbindkeys') diff --git a/upshot-xbindkeys b/upshot-xbindkeys index 052a179..074a7be 100755 --- a/upshot-xbindkeys +++ b/upshot-xbindkeys @@ -1,6 +1,6 @@ #!/bin/sh sleep 0.1 -file=$(scrot -s -e 'echo $f') +file=$(scrot -sb -e 'echo $f') #gimp "$file" urxvt -geometry 79x1 -e fb "$file" rm "$file" -- cgit v1.2.3-24-g4f1b