~ruther/dwl

c41efbcb1aef231ca09c98ce4e72dd727443e315 — Rutherther 10 months ago 4a1ebb8 + 2a19714
Merge branch 'patch/singletagset' into v0.6-a/patched-base
1 files changed, 9 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +9 -0
@@ 604,6 604,15 @@ applyrules(Client *c)
		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;
	}

	wl_list_for_each(m, &mons, link) {
		// tag with different monitor selected by rules
		if (m->tagset[m->seltags] & newtags) {
			mon = m;
			break;
		}
	}

	setmon(c, mon, newtags);
}


Do not follow this link