1 2 3 4 5 6 7 8
void togglenomodbuttons(const Arg *arg) { nomodbuttons = !nomodbuttons; if (selmon->sel) grabbuttons(selmon->sel, 1); }