Damn, forgot to reply-to-all again.

On Thu, Aug 6, 2009 at 8:10 AM, Matt Seburn <[email protected]> wrote:
>
> Oh awesome, thanks.  I fixed it by installing xfce, but it's really
> dumb to have an extra wm around just to unmaximize windows :)
>
> On Thu, Aug 6, 2009 at 10:59 AM, Jacques Kvam<[email protected]> wrote:
> > "Mod4 + m" (un)maximizes clients in awesome.

You can adjust your rc.lua to prevent a certain class of window from
opening maximized.  I had this problem with dolphin a while ago, and
so I have this:

> -- Hook function to execute when a new client appears.
> awful.hooks.manage.register(function (c, startup)
>
>     [snip]
>
>     -- Prevent dolphin from starting maximized
>     if c.class == "dolphin" then
>         c.maximized_horizontal = false
>         c.maximized_vertical = false
>    end
> end)

No sense in keeping an extra DE around for something silly like that.

--
James Pearson
--
The best way to predict the future is to invent it.
 - Alan Kay

--
To unsubscribe, send mail to [email protected].

Reply via email to