diff options
Diffstat (limited to 'upshot-xbindkeys')
-rwxr-xr-x | upshot-xbindkeys | 6 |
1 files changed, 6 insertions, 0 deletions
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" |