Version: 3.3~rc3-1
On Sat, Nov 29, 2008 at 03:15:16PM +0100, Mike Hommey wrote:
> Package: awesome
> Version: 3.1~rc3-1
> Severity: normal
>
> I applied the following patch:
>
> awful.hooks.arrange.register(function (screen)
> local layout = awful.layout.get(screen)
> if layout then
>
On Sat, Nov 29, 2008 at 04:48:25PM +0100, Julien Danjou wrote:
> At 1227968116 time_t, Mike Hommey wrote:
> > awful.hooks.arrange.register(function (screen)
> > local layout = awful.layout.get(screen)
> > if layout then
> > -mylayoutbox[screen].image = image(beautiful["layout_" .
At 1227968116 time_t, Mike Hommey wrote:
> awful.hooks.arrange.register(function (screen)
> local layout = awful.layout.get(screen)
> if layout then
> -mylayoutbox[screen].image = image(beautiful["layout_" .. layout])
> +img = image(beautiful["layout_" .. layout])
> +
Package: awesome
Version: 3.1~rc3-1
Severity: normal
I applied the following patch:
awful.hooks.arrange.register(function (screen)
local layout = awful.layout.get(screen)
if layout then
-mylayoutbox[screen].image = image(beautiful["layout_" .. layout])
+img = image(beau
4 matches
Mail list logo