~ruther/dwl

9588b46b5c47a9b4990340ba54a3b4dc075ba55b — Leonardo Hernández Hernández 2 years ago 2f7834b
only raise the client's node in monocle()

Fixes: https://github.com/djpohly/dwl/issues/326
1 files changed, 2 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -1
@@ 1495,7 1495,8 @@ monocle(Monitor *m)
			continue;
		resize(c, m->w, 0);
	}
	focusclient(focustop(m), 1);
	if ((c = focustop(m)))
		wlr_scene_node_raise_to_top(c->scene);
}

void

Do not follow this link