pull/14/head
E. Almqvist 4 years ago
parent ff9e3c1b77
commit 33fad48fce
  1. 5
      src/dwm.c

@ -1691,11 +1691,10 @@ setgaps(const Arg *arg)
void void
togglegaps(const Arg *arg) togglegaps(const Arg *arg)
{ {
if(selmon->gappx == 0) { if (selmon->gappx == 0)
selmon->gappx = gappx; selmon->gappx = gappx;
} else { else
selmon->gappx = 0; selmon->gappx = 0;
}
arrange(selmon); arrange(selmon);
} }

Loading…
Cancel
Save