Files
my-dwm-flexipatch/patch/nomodbuttons.c
2022-09-23 00:01:22 +02:00

9 lines
125 B
C

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