Files
dots/dwm/.dwm/patch/nomodbuttons.c
2023-02-25 17:24:22 +01:00

9 lines
125 B
C

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