Merge pull request #14 from E-Almqvist/dev

Refactor
pull/15/head
E. Almqvist 4 years ago committed by GitHub
commit c51431e93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/dwm.c

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

Loading…
Cancel
Save