~ruther/dwl

4a1ebb8032497abc0c5caad279699e2cab6166f9 — Rutherther 11 months ago 0a7506e
Fix tagnthmon null client
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 3255,7 3255,7 @@ tagnthmon(const Arg *arg)
{
	Client *sel = focustop(selmon);
	Monitor *m = numtomon(arg->i);
	if (m == NULL)
	if (!m || !sel)
		return;
	setmon(sel, m, 0);


Do not follow this link