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