Suppose
$$ \begin{cases}u_{tt} - \Delta u = 0 \quad \textrm{ in } \mathbb R \times \mathbb R^n \\ u(0,x) = f(x); \quad u_t(0,x)= g(x). \end{cases} $$
then, depending on the dimension $n$, we have a formula for $u$ in terms of $f$ and $g$; for $n = 3$, e.g.
$$ u(t,x) = C\int_{\partial B(x,t)} tg(y) + f(y) + Df(y)\cdot(y-x) \, dS(y) $$
and for $n = 2$ $$ u(t,x) = C\int_{B(x,t)} \frac{t^2g(y) + tf(y) + tDf(y)\cdot(y-x)}{\left(t^2 - |y-x|^2\right)^{1/2}} \, dy $$
(see, for instance, Evans PDE, p. 72).
In the case the wave equation is
$$ \begin{cases}u_{tt} - c^2(x) \Delta u = 0 \quad \textrm{ in } \mathbb R \times \mathbb R^n \\ u(0,x) = f(x); \quad u_t(0,x)= g(x). \end{cases} $$ or $$ \begin{cases}u_{tt} - \nabla\cdot(c^2(x)\nabla u) = 0 \quad \textrm{ in } \mathbb R \times \mathbb R^n \\ u(0,x) = f(x); \quad u_t(0,x)= g(x). \end{cases} $$
there are corresponding formulae (see this question). (EDIT: and to be concrete, let's just consider the divergence form equation (the second one))
As the answerer in that question notes, the complete form of the integral is hard to compute, but I'm not too worried about the full specifics, mostly just the sign of the coefficients in the formula in the case initial displacement is $0$.
Specifically, I am mainly interested in the case where $f \equiv 0$, and further, I just want to know how the non-negativity (or non-positivity) of $g$ influences the sign of $u$; e.g. in the example above, if $f \equiv 0$ and $g \geq 0$ for all $x$, then $u(t,x) \geq 0$ for all $t \geq 0$.
So then, my question is:
is there any reason to expect, for a general $c(x)$, that the coefficients of $f$ and $g$ (or just $g$) in the Kirchoff formula are either non-negative or non-positive?
Resources (beyond the one mentioned in the other question) would also be greatly appreciated. Thanks in advance.