diff --git a/.scripts/cast_screenshot b/.scripts/cast_screenshot index ebcc3da..ef0e83e 100755 --- a/.scripts/cast_screenshot +++ b/.scripts/cast_screenshot @@ -1,3 +1,3 @@ #!/bin/sh -scrot -se 'xclip -selection clipboard -t "image/png" < $f && mv $f ~/Pictures/screenshots' +scrot -s -e 'xclip -selection clipboard -t "image/png" < $f && mv $f ~/Pictures/screenshots'