Fix notification in screenshot.sh
This commit is contained in:
parent
3b33657ebb
commit
5f324035a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user