dwm-flexipatch/patch/nomodbuttons.c
2022-07-22 09:46:58 +02:00

9 lines
125 B
C

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