right, multihead issue is not involved with growcol

new_dwm
Anselm R. Garbe 18 years ago
parent 25060031a5
commit 4633fbec61

@ -174,7 +174,7 @@ growcol(Arg *arg)
{
Client *c = getnext(clients);
if(!sel || !c || !getnext(c->next) || (arrange != dotile))
if(!sel || !getnext(c->next) || (arrange != dotile))
return;
if(sel == getnext(clients)) {
if(mw + arg->i > sw - 100)

Loading…
Cancel
Save