diff --git a/wayland-screenshot.sh b/wayland-screenshot.sh index f50ee7d..7f67b68 100755 --- a/wayland-screenshot.sh +++ b/wayland-screenshot.sh @@ -10,7 +10,7 @@ Select a color from the screen EOF )" -local outfile="$(date +'screenshot-%F--%H-%M-%S.png')" +local outfile="${HOME}/downloads/$(date +'screenshot-%F--%H-%M-%S.png')" # copy_with_ocr function copy_with_ocr() {