right, multihead issue is not involved with growcol - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4633fbec616d2f130dfd5d8677e103cf47d26c15
 (DIR) parent 25060031a5e9a505c53d8462c087d80013ffdc16
 (HTM) Author: Anselm R. Garbe <arg@10kloc.org>
       Date:   Tue,  5 Sep 2006 13:21:59 +0200
       
       right, multihead issue is not involved with growcol
       Diffstat:
         M view.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/view.c b/view.c
       @@ -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)