diff options
Diffstat (limited to 'scripts/.scripts/screenshot')
-rwxr-xr-x | scripts/.scripts/screenshot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/.scripts/screenshot b/scripts/.scripts/screenshot deleted file mode 100755 index 3aa7f47..0000000 --- a/scripts/.scripts/screenshot +++ /dev/null @@ -1,4 +0,0 @@ -#!/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") |