fix
This commit is contained in:
parent
6e0ce46365
commit
2bd46d1ce6
2
dwm.c
2
dwm.c
@ -274,9 +274,9 @@ arrange(void) {
|
|||||||
|
|
||||||
for(c = clients; c; c = c->next)
|
for(c = clients; c; c = c->next)
|
||||||
if(c->tags & tagset[seltags]) { /* is visible */
|
if(c->tags & tagset[seltags]) { /* is visible */
|
||||||
|
c->isbanned = False;
|
||||||
if(!lt[sellt]->arrange || c->isfloating)
|
if(!lt[sellt]->arrange || c->isfloating)
|
||||||
resize(c, c->x, c->y, c->w, c->h, True);
|
resize(c, c->x, c->y, c->w, c->h, True);
|
||||||
c->isbanned = False;
|
|
||||||
}
|
}
|
||||||
else if(!c->isbanned) {
|
else if(!c->isbanned) {
|
||||||
XMoveWindow(dpy, c->win, c->x + 2 * sw, c->y);
|
XMoveWindow(dpy, c->win, c->x + 2 * sw, c->y);
|
||||||
|
Loading…
Reference in New Issue
Block a user