diff --git a/.local/bin/screentoclip.sh b/.local/bin/screentoclip.sh new file mode 100755 index 0000000..b5b12e9 --- /dev/null +++ b/.local/bin/screentoclip.sh @@ -0,0 +1,3 @@ +#!/bin/sh +scrot -s -e 'xclip -selection clipboard -t image/png -i $f' +rm ~/*.png