--- dvtm.c.orig 2008-02-28 17:08:07.709479866 +0100 +++ dvtm.c 2008-02-28 17:08:17.174071365 +0100 @@ -157,7 +157,7 @@ c->next = clients; c->prev = NULL; clients = c; - for(order = 1; c; c = c->next, order++) + for(order = 0; c; c = c->next, order++) c->order = order; } --- dvtm.1.orig 2008-02-28 16:24:08.676550615 +0100 +++ dvtm.1 2008-02-28 16:26:07.443973115 +0100 @@ -36,10 +36,10 @@ Close focused window. .TP .B Mod\-l -Increases the master area width about 5% (tiled and bottom stack layout only). +Increases the master area width about 5% (all except grid and fullscreen layout). .TP -.B Mod1\-h -Decreases the master area width about 5% (tiled layout only). +.B Mod\-h +Decreases the master area width about 5% (all except grid and fullscreen layout). .TP .B Mod\-j Focus next window.