Make wayland-screenshot.sh write to downloads
This commit is contained in:
parent
1a7c989632
commit
a0732a5963
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user