~ruther/dwl

59b1f81597f85ea1cf7b371fd9617eb1bd246410 — Rutherther 1 year, 2 months ago a09de4a + 95ac2fd
Merge branch 'patch/alwaycenter' into v0.6-a/patched-base
1 files changed, 2 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -0
@@ 560,6 560,8 @@ applyrules(Client *c)
			newtags = p->tags;
		}
	}
	c->geom.x = (mon->w.width - c->geom.width) / 2 + mon->m.x;
	c->geom.y = (mon->w.height - c->geom.height) / 2 + mon->m.y;
	setmon(c, mon, newtags);
}