Make wayland-screenshot.sh write to downloads

This commit is contained in:
Alexander Rosenberg 2023-11-26 18:48:29 -08:00
parent 1a7c989632
commit a0732a5963
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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 <language>
function copy_with_ocr() {