summaryrefslogtreecommitdiffstats
path: root/upshot-xbindkeys
blob: 052a1799da5c642a57c99b8c9f8c5999119e4326 (plain)
1
2
3
4
5
6
#!/bin/sh
sleep 0.1
file=$(scrot -s -e 'echo $f')
#gimp "$file"
urxvt -geometry 79x1 -e fb "$file"
rm "$file"