Proposed change to address overly large fake fullscreen

This commit is contained in:
bakkeby 2021-01-22 11:16:41 +01:00
parent 53c183a542
commit 49839cf6f1

3
dwm.c
View File

@ -3161,7 +3161,8 @@ setfullscreen(Client *c, int fullscreen)
c->h = c->oldh;
resizeclient(c, c->x, c->y, c->w, c->h);
restack(c->mon);
}
} else
resizeclient(c, c->x, c->y, c->w, c->h);
}
#else
void