At Mon, 19 Jan 2009 09:14:19 -0600 Donald Ephraim Curtis wrote: > Think I fixed all the bugs reported, except mouse warping. > > New patch attached > > -- > Donald
I tried your patch (for the first time, i must admit), and I have to say: Damn
cool job :) A few issues remained though:
-- Adaptile: your patch still wants adaptile, namely in awful.layout.suit.init
and awful.layout.init
-- Empty clients table: atm, if you have an empty tag and change its layout to
vile.*, vile fails on line 46 with a nil field index. This is due to the
client list being empty and can be solved with a simple
if #cls == 0 then
return
end
in line 99.
Other than that, great work :)
--
Gregor Best
signature.asc
Description: PGP signature
