dotfiles-mirror/dwm/patch/nomodbuttons.c

9 lines
125 B
C
Raw Permalink Normal View History

2026-02-05 03:05:24 +03:30
void
togglenomodbuttons(const Arg *arg)
{
nomodbuttons = !nomodbuttons;
if (selmon->sel)
grabbuttons(selmon->sel, 1);
}