suckless/dwm/patch/nomodbuttons.c
2025-05-25 17:58:23 +02:00

8 lines
125 B
C

void
togglenomodbuttons(const Arg *arg)
{
nomodbuttons = !nomodbuttons;
if (selmon->sel)
grabbuttons(selmon->sel, 1);
}