On Thu, Jun 17, 2010 at 01:48:54PM -0400, Jim Pryor wrote:
> I did manage to get a minimal rc.lua that will generate the error. With
> the first bad commit I reported yesterday, apply this patch to the
> default rc.lua and restart awesome, then try to fullscreen your window.
> On my setup, it will behave in the funny way I'm describing.
>
> --- rc.lua 2010-06-17 13:21:21.380339051 -0400
> +++ rc-bad.lua 2010-06-17 13:31:59.399907687 -0400
> @@ -26,7 +26,6 @@
> -- Table of layouts to cover with awful.layout.inc, order matters.
> layouts =
> {
> - awful.layout.suit.floating,
> awful.layout.suit.tile,
> awful.layout.suit.tile.left,
> awful.layout.suit.tile.bottom,
> @@ -37,7 +36,8 @@
> awful.layout.suit.spiral.dwindle,
> awful.layout.suit.max,
> awful.layout.suit.max.fullscreen,
> - awful.layout.suit.magnifier
> + awful.layout.suit.magnifier,
> + awful.layout.suit.floating
> }
> -- }}}
I thought about this for a minute and realized that the changes to the
rc.lua file are irrelevant. It's just that I was always restarting and
then trying to fullscreen a window without changing the active layout.
What has emerged is that---even with the vanilla rc.lua file---the
fullscreening works properly when the active layout is floating. And
does not work when the active layout is tile. I haven't checked the
other layouts.
--
Jim Pryor
[email protected]
--
To unsubscribe, send mail to [email protected].