summaryrefslogtreecommitdiffstats
path: root/upshot-xbindkeys
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-04-13 21:34:53 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-04-13 21:34:53 +0200
commitbc67d1a3f0f80e0101f84b0ac0394af5b70b451b (patch)
treebb244bb627409061a2913587ea3f48ae2a8d31d7 /upshot-xbindkeys
parente7ebb8e3126db5b0f18a84dbd3cbbddedab592d0 (diff)
downloadbin-bc67d1a3f0f80e0101f84b0ac0394af5b70b451b.tar.gz
bin-bc67d1a3f0f80e0101f84b0ac0394af5b70b451b.tar.xz
upshot: capture window border
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'upshot-xbindkeys')
-rwxr-xr-xupshot-xbindkeys2
1 files changed, 1 insertions, 1 deletions
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"