many small updates
[dotfiles.git] / x / .local / bin / scr
1 #!/bin/sh -e
2 [ "$#" -ne 1 ] && CROP="" || CROP="-window root"
3 import $CROP png:- | xclip -sel clip -t image/png
4 notify-send "done"