~ruther/dwl

2212363225510d11988f5ddc49bf9454f4455fe6 — Leonardo Hernández Hernández 1 year, 6 months ago 6f8a3f9
make sure fullscreen clients have the right size
1 files changed, 3 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +3 -0
@@ 2604,6 2604,9 @@ updatemons(struct wl_listener *listener, void *data)
		arrangelayers(m);
		/* Don't move clients to the left output when plugging monitors */
		arrange(m);
		/* make sure fullscreen clients have the right size */
		if ((c = focustop(m)) && c->isfullscreen)
			resize(c, m->m, 0);

		config_head->state.enabled = 1;
		config_head->state.mode = m->wlr_output->current_mode;

Do not follow this link