At 1241711728 time_t, Andrei Thorp wrote:
> I'm trying to use the default config after a clean build/install of
> the latest. There seem to be three issues:
>  - The wibox is only about an inch wide (doesn't stretch all the way along)

There's a call to stretch in the default config.
Check that you have this lines:

182     mywibox[s].screen = s 
183     -- Attach the wibox to top of the screen 
184     awful.wibox.attach(mywibox[s], "top") 
185     -- Stretch the wibox so it takes the whole width 
186     awful.wibox.stretch(mywibox[1]) 

>  - Windows overlap it
>  - Doesn't respect the position argument (top regardless of whether I
> put left or not)

That's true, it's not used now.

> Other Info:
>  - Dual monitor

Did not test dual monitor there might be bugs without the second bar. :)

>  - Default config

I would bet no.

-- 
Julien Danjou
// ᐰ <[email protected]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Trust no one.

Attachment: signature.asc
Description: Digital signature

Reply via email to