Applybounds doesn't move client when it overlays only with border with monitor to the right.
Apparently, c->geom.width already includes the border as well.
GWFF7SO23OXFDUWRR3GDO2BYVMX6PPTFOQO4QMDARJXP6SD452IQC
RTTCZDXQ2CFK2KZPTRON2NZUQVYURJJTEHFWUKQ43QSNBCNAAC7QC
US4HQXVWZEPU6HZ7Q733QB5QXOD32HJBYHUAQTT3DZGVXBMPNNOAC
7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC
if (c->geom.x + c->geom.width + 2 * (int)c->bw <= bbox->x)
if (c->geom.x + c->geom.width <= bbox->x)
if (c->geom.y + c->geom.height + 2 * (int)c->bw <= bbox->y)
if (c->geom.y + c->geom.height <= bbox->y)