dwm/patch/nomodbuttons.c

7 lines
123 B
C
Raw Normal View History

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