summaryrefslogtreecommitdiff
path: root/.config/i3/extra/screenshot
blob: 1fb1ae7a378f0df5ab11e9c680f6a1ee374f65c5 (plain)
1
2
3
4
#!/bin/sh

sleep 0.2
scrot -s -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/'