From d2a44efbe707b7210107fabce58fb99c1a3b251e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 10 Jul 2011 21:46:09 +0200 Subject: mass commit Signed-off-by: Florian Pritz --- upshot-xbindkeys | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 upshot-xbindkeys (limited to 'upshot-xbindkeys') diff --git a/upshot-xbindkeys b/upshot-xbindkeys new file mode 100755 index 0000000..052a179 --- /dev/null +++ b/upshot-xbindkeys @@ -0,0 +1,6 @@ +#!/bin/sh +sleep 0.1 +file=$(scrot -s -e 'echo $f') +#gimp "$file" +urxvt -geometry 79x1 -e fb "$file" +rm "$file" -- cgit v1.2.3-24-g4f1b