dotfiles-mirror/dwm/patch/nomodbuttons.c
2026-02-05 03:05:24 +03:30

8 lines
125 B
C

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