summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupshot2
-rwxr-xr-xupshot-xbindkeys2
2 files changed, 2 insertions, 2 deletions
diff --git a/upshot b/upshot
index 066baed..15b1cd3 100755
--- a/upshot
+++ b/upshot
@@ -1,5 +1,5 @@
#!/bin/sh
-file=$(scrot -s -e 'echo $f')
+file=$(scrot -sb -e 'echo $f')
#gimp "$file"
fb "$file"
rm "$file"
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"