diff options
Diffstat (limited to 'scripts/.scripts/screenshot')
-rwxr-xr-x | scripts/.scripts/screenshot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/.scripts/screenshot b/scripts/.scripts/screenshot new file mode 100755 index 0000000..3aa7f47 --- /dev/null +++ b/scripts/.scripts/screenshot @@ -0,0 +1,4 @@ +#!/bin/bash +#sleep 0.2 +#scrot -s '/home/david/pics/screenshot/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f' +maim -su /dev/stdout | tee >(xclip -selection clipboard -t image/png) > $(date +"/home/david/pics/screenshot/%F_%T.png") |