diff options
Diffstat (limited to '.config/i3/custom/screenshot')
-rwxr-xr-x | .config/i3/custom/screenshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/custom/screenshot b/.config/i3/custom/screenshot index a3bae84..9a443b1 100755 --- a/.config/i3/custom/screenshot +++ b/.config/i3/custom/screenshot @@ -1,4 +1,4 @@ #!/bin/sh sleep 0.2 -scrot -sfe 'mv $f ~/Pictures/screenshots/' +scrot -sfe 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' |