Files
dot/dwm/patch/nomodbuttons.c
2026-07-12 08:16:17 +03:30

9 lines
125 B
C
Executable File

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