Hi Gregor,

At 1247706265 time_t, Gregor Best wrote:

Everything seems fine to me! I just have a couple of question:

>  for s = 1, screen.count() do
>      -- Create a promptbox for each screen
> -    mypromptbox[s] = awful.widget.prompt({ align = "left" })
> +    mypromptbox[s] = awful.widget.prompt({ layout = 
> awful.widget.layout.leftright })

I don't think promptbox need a layout since there's only one widget
inside the returned table.
(same remark for the awful.widget.promptbox patch).

Isn't there a way (you can say no) to merge the
awful.widget.layout.default and the C code doing the same thing?
(I ask because I can't think a way right now).

Cheers,
-- 
Julien Danjou
// ᐰ <jul...@danjou.info>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// And thinking so much differently.

Attachment: signature.asc
Description: Digital signature

Reply via email to