From a0732a59638b1a97308600d9af3e381b94921fbe Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 26 Nov 2023 18:48:29 -0800 Subject: [PATCH] Make wayland-screenshot.sh write to downloads --- wayland-screenshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {