Fix notification in screenshot.sh

This commit is contained in:
Alexander Rosenberg 2023-05-19 21:09:48 -07:00
parent 3b33657ebb
commit 5f324035a7
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -6,10 +6,10 @@ local outpath="${HOME}/downloads/${outfile}"
case "${1}" in;
'-root')
maim ${maim_args} "${outpath}"
maim ${maim_args} "${outpath}" || exit
;;
'-select' | *)
maim ${maim_args} -s "${outpath}"
maim ${maim_args} -s "${outpath}" || exit
;;
esac