summaryrefslogtreecommitdiffhomepage
path: root/patch/nomodbuttons.c
blob: c4e082ecec71aaf586bd922f615a833dda5fd250 (plain)
1
2
3
4
5
6
7
void
togglenomodbuttons(const Arg *arg)
{
	nomodbuttons = !nomodbuttons;
	if (selmon->sel)
		grabbuttons(selmon->sel, 1);
}