Bug#507258: awesome: Image rotation is both annoying and broken

2009-05-20 Thread Mike Hommey
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 >

Bug#507258: awesome: Image rotation is both annoying and broken

2008-11-29 Thread Mike Hommey
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_" .

Bug#507258: awesome: Image rotation is both annoying and broken

2008-11-29 Thread Julien Danjou
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]) > +

Bug#507258: awesome: Image rotation is both annoying and broken

2008-11-29 Thread Mike Hommey
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