On Sat, Oct 16, 2021 at 10:18:18PM +0800, Xu Lu wrote:
> The related code is in line 1326-1332 in dwm.c (current git HEAD):
>
> if (c->mon->wx + nw >= selmon->wx && c->mon->wx + nw <= selmon->wx +
> selmon->ww
> && c->mon->wy + nh >= selmon->wy && c->mon->wy + nh <= selmon->wy +
> se
The related code is in line 1326-1332 in dwm.c (current git HEAD):
if (c->mon->wx + nw >= selmon->wx && c->mon->wx + nw <= selmon->wx +
selmon->ww
&& c->mon->wy + nh >= selmon->wy && c->mon->wy + nh <= selmon->wy +
selmon->wh)
{
if (!c->isfloating && selmo