~ruther/dwl

ebed67596d538f4839d4c2a5d5257b07ccb2e624 — Sevz 3 years ago f83f104 + 317175d
Merge pull request #187 from fauxmight/new-clients-printstatus

Newly launched or closed clients ALWAYS generate status update
1 files changed, 2 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -0
@@ 1315,6 1315,7 @@ mapnotify(struct wl_listener *listener, void *data)

	/* Set initial monitor, tags, floating status, and focus */
	applyrules(c);
	printstatus();
}

void


@@ 2291,6 2292,7 @@ unmapnotify(struct wl_listener *listener, void *data)
	setmon(c, NULL, 0);
	wl_list_remove(&c->flink);
	wl_list_remove(&c->slink);
	printstatus();
}

void

Do not follow this link