diff options
Diffstat (limited to '.config/i3/extra')
-rwxr-xr-x | .config/i3/extra/screenshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/extra/screenshot b/.config/i3/extra/screenshot index 1fb1ae7..3eb9ec1 100755 --- a/.config/i3/extra/screenshot +++ b/.config/i3/extra/screenshot @@ -1,4 +1,4 @@ #!/bin/sh sleep 0.2 -scrot -s -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' +scrot --line mode=edge -s -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' |