~ruther/dwl

efe10ea655de409d76e08b21913bf7cab72d4fec — Guido Cella 8 months ago 9a962ce
use the parent scene node to determine if move clients out of LyrFloat

[sevz: commit message is mine]
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 504,7 504,7 @@ arrange(Monitor *m)
	/* We move all clients (except fullscreen and unmanaged) to LyrTile while
	 * in floating layout to avoid "real" floating clients be always on top */
	wl_list_for_each(c, &clients, link) {
		if (c->mon != m || c->isfullscreen)
		if (c->mon != m || c->scene->node.parent == layers[LyrFS])
			continue;

		wlr_scene_node_reparent(&c->scene->node,

Do not follow this link