dotfiles-mirror/dwm/patch/nomodbuttons.c
2026-02-17 22:49:02 +03:30

8 lines
125 B
C
Executable file

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