dwm-flexipatch/patch/nomodbuttons.c

9 lines
125 B
C
Raw Normal View History

2022-07-22 09:46:58 +02:00
void
togglenomodbuttons(const Arg *arg)
{
nomodbuttons = !nomodbuttons;
if (selmon->sel)
grabbuttons(selmon->sel, 1);
}