dwm-flexipatch/patch/nomodbuttons.c

7 lines
123 B
C
Raw Normal View History

2020-09-18 08:53:07 +00:00
void
togglenomodbuttons(const Arg *arg)
{
nomodbuttons = !nomodbuttons;
if (selmon->sel)
grabbuttons(selmon->sel, 1);
}