dwm/patch/nomodbuttons.c
2020-09-18 10:53:07 +02:00

7 lines
123 B
C

void
togglenomodbuttons(const Arg *arg)
{
nomodbuttons = !nomodbuttons;
if (selmon->sel)
grabbuttons(selmon->sel, 1);
}