~ruther/dwl

27598bd04a17f78d3a3fb27d61fe72ffd9ae1f32 — David Donahue 4 years ago 3868217
added statusbar update when tags are updated
1 files changed, 4 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +4 -0
@@ 2200,6 2200,7 @@ tag(const Arg *arg)
		focusclient(focustop(selmon), 1);
		arrange(selmon);
	}
    statusbar();
}

void


@@ 2269,6 2270,7 @@ toggletag(const Arg *arg)
		focusclient(focustop(selmon), 1);
		arrange(selmon);
	}
    statusbar();
}

void


@@ 2281,6 2283,7 @@ toggleview(const Arg *arg)
		focusclient(focustop(selmon), 1);
		arrange(selmon);
	}
    statusbar();
}

void


@@ 2361,6 2364,7 @@ view(const Arg *arg)
		selmon->tagset[selmon->seltags] = arg->ui & TAGMASK;
	focusclient(focustop(selmon), 1);
	arrange(selmon);
    statusbar();
}

void

Do not follow this link