~ruther/dwl

f89906096537b1ec69a1db3216268ef7b4a1b7b3 — Leonardo Hernández Hernández 1 year, 1 month ago cc72df1
send a configure to unmanaged clients when mapping
1 files changed, 1 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -0
@@ 1703,6 1703,7 @@ mapnotify(struct wl_listener *listener, void *data)
		/* Unmanaged clients always are floating */
		wlr_scene_node_reparent(&c->scene->node, layers[LyrFloat]);
		wlr_scene_node_set_position(&c->scene->node, c->geom.x, c->geom.y);
		client_set_size(c, c->geom.width, c->geom.height);
		if (client_wants_focus(c)) {
			focusclient(c, 1);
			exclusive_focus = c;