dwm/patch/nomodbuttons.c
2021-06-14 08:54:23 +03:00

9 lines
125 B
C

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