dwm-flexipatch-zombie/patch/nomodbuttons.c

7 lines
123 B
C
Raw Normal View History

2021-06-10 23:20:40 -04:00
void
togglenomodbuttons(const Arg *arg)
{
nomodbuttons = !nomodbuttons;
if (selmon->sel)
grabbuttons(selmon->sel, 1);
}