~ruther/dwl

f7154d539d09b4aa5b92371c296d9aa7a045bac0 — korei999 1 year, 21 days ago 3a95d4e
properly resize on configurex11
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 2962,7 2962,7 @@ configurex11(struct wl_listener *listener, void *data)
	}
	if (c->isfloating || client_is_unmanaged(c))
		resize(c, (struct wlr_box){.x = event->x, .y = event->y,
				.width = event->width, .height = event->height}, 0);
				.width = event->width + c->bw * 2, .height = event->height + c->bw * 2}, 0);
	else
		arrange(c->mon);
}

Do not follow this link