On Mon, Sep 17, 2012 at 2:03 AM, wojtek danilo <[email protected]> wrote: > I compled from source the newest awesome wm (without problems). I was trying > to run the example from here: > http://awesome.naquadah.org/doc/api/modules/awful.client.html#cycle > as: > [...] > awful.key({ modkey }, "`", function () > local urxvt = function (c) > return awful.rules.match(c, {class = "URxvt"}) > end > > for c in awful.client.cycle(urxvt) do > c.minimized = false > end > end), > [...] >
Use awful.client.iterate instead. -- Anurag Priyam -- To unsubscribe, send mail to [email protected].
