~ruther/dwl

960c32a7d83703a64ec0a363d8a11f3c1c51bf20 — Leonardo Hernández Hernández 1 year, 9 months ago aea8dd6
call setfloating in setmon

since in the previous commit we may not applying floating in clients
this is to make sure we do
1 files changed, 1 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -0
@@ 2103,6 2103,7 @@ setmon(Client *c, Monitor *m, uint32_t newtags)
		resize(c, c->geom, 0);
		c->tags = newtags ? newtags : m->tagset[m->seltags]; /* assign tags of target monitor */
		setfullscreen(c, c->isfullscreen); /* This will call arrange(c->mon) */
		setfloating(c, c->isfloating);
	}
	focusclient(focustop(selmon), 1);
}

Do not follow this link