if(c == nexttiled(c) && !nexttiled(c->next)) { c->w =waw; c->h = wah; wc.border_width = 0; }
nice but nexttiled is static in view.c and this code should go in client.c does not handle the "more window, but one of them is maximised" case but something similar should work
