dwm/patch/nomodbuttons.c

9 lines
125 B
C
Raw Permalink 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);
}