Sorry, i'd forgot to attach the patch.
-- Claudio M. Alessi -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/MU d-@ s: a--> C++(+++) UB++>$ P+> !L E--- W++(+++) N+@ o--> K? w+@> O-@> M- V? PS+@ PE+@ Y+ PGP> t(-)@ 5? X+ R? tv-- b+> DI-- D? G e+@> h--@> r y* ------END GEEK CODE BLOCK------
--- 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.
