dwm-flexipatch-zombie/patch/nomodbuttons.c
2021-06-10 23:20:40 -04:00

7 lines
No EOL
123 B
C

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