Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
1 files changed, 9 insertions(+), 0 deletions(-) M dwl.c
M dwl.c => dwl.c +9 -0
@@ 613,6 613,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); }