~ruther/dwl

e26066cc8b30922cba7bfc06a5e9bc68aec8f694 — Rutherther 10 months ago 9a5f91a + 7a39d7b
Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
1 files changed, 7 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +7 -0
@@ 990,6 990,9 @@ closemon(Monitor *m)
		if (c->mon == m)
			setmon(c, selmon, c->tags);
	}

	m->tagset[0] = m->tagset[1] = 0;

	focusclient(focustop(selmon), 1);
	printstatus();
}


@@ 3676,6 3679,10 @@ updatemons(struct wl_listener *listener, void *data)
			continue;
		config_head = wlr_output_configuration_head_v1_create(config, m->wlr_output);

		if ((m->tagset[0] & TAGMASK) == 0 && (m->tagset[1] & TAGMASK) == 0) {
			m->tagset[0] = m->tagset[1] = (1<<getunusedtag()) & TAGMASK;
		}

		/* Get the effective monitor geometry to use for surfaces */
		wlr_output_layout_get_box(output_layout, m->wlr_output, &m->m);
		m->w = m->m;

Do not follow this link