Found another way that makes the unmaximized state full screen.
awful.key({ modkey, "Shift" }, "m", function (c)
c:geometry(screen[c.screen].workarea) end )
_____
From: David Sorkovsky [mailto:[email protected]]
Sent: Sunday, 28 September 2014 3:35 PM
To: 'William Tomlinson'
Cc: 'awesome'
Subject: RE: Command to get current window to fill screen area while in
floating layout
That was it - can't believe I missed it - thanks!
_____
From: William Tomlinson [mailto:[email protected]]
Sent: Saturday, 27 September 2014 11:58 PM
To: David Sorkovsky
Cc: awesome
Subject: Re: Command to get current window to fill screen area while in
floating layout
On Sep 27, 2014 9:14 AM, "David Sorkovsky" <[email protected]>
wrote:
>
> Hi All,
>
>
>
> I'm looking for a command to get the current window [with a title bar] to
fill the screen area [below the tray] while in a floating layout?
>
>
>
>
Mod + M would maximize the window in floating layout. Is that what you are
looking for?
-Will