From 95fb3cad63941466e913775a3c080b310d45d13a Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Tue, 4 Nov 2025 17:29:52 -0500 Subject: refactor onfig file and delete word backward --- layer_surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layer_surface.c') diff --git a/layer_surface.c b/layer_surface.c index bc3ef56..c1d7caa 100644 --- a/layer_surface.c +++ b/layer_surface.c @@ -16,7 +16,7 @@ void create_surface(client_state* state) { uint32_t desired_width = 0; uint32_t desired_height = state->line_height; if (state->center) { - desired_width = MAX(state->required_width, min_width); + desired_width = MAX(state->required_width, config.min_width); } if (state->lines) { desired_height = (state->lines + 1) * state->line_height; -- cgit v1.2.3