Browse Source

fix

master
Anselm R Garbe 16 years ago
parent
commit
6229ed20c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
dwm.c View File

@ -1068,7 +1068,7 @@ monocle(void) {
Client *c;
for(c = clients; c; c = c->next)
if((lt->isfloating || !c->floating) && isvisible(c))
if((lt->isfloating || !c->isfloating) && isvisible(c))
resize(c, mox, moy, mow - 2 * c->bw, moh - 2 * c->bw, RESIZEHINTS);
}


Loading…
Cancel
Save