Re: [dwm] found a nice way to do the setgeom stuff

From: <usrucb_AT_gmail.com>
Date: Tue, 18 Mar 2008 12:18:21 -0700

The new setgeom stuff is nice, great work!

Here's a bottom stack setup:

Geom...

    DEFGEOM(bottom, 0, 0, sw, 0, bh, sw, sh-bh, wx, wy, sw, 0.55*wh, wx, mh, ww, wh-mh, wx, wy, ww, wh)

Layout...

    { "TT", bottom },

Key...

    { MODKEY, XK_b, setgeom, "TT" },
    { MODKEY, XK_b, setlayout, "[]|" },
    { MODKEY, XK_d, setgeom, "<>" },
    { MODKEY, XK_d, setlayout, "[]=" },

-- dtm
Received on Tue Mar 18 2008 - 20:25:33 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:27:06 UTC