That's for mod+shift+m, not a real solution, but it works.

On Wed, Jul 1, 2009 at 1:24 PM, Vladimir Skokov <[email protected]> wrote:

> Dear friends,
>
> I have installed the awesome version 3.3.  The window manager is really
> great.
> The only problem I have is dilog boxes, that  appeared and once closed,
> could
> not be opened one more time. E.g. I can save the file in firefox only once,
>
> the seconf time dialog box appears only in title bar. There is no way to
> "raise" it neither by clicking on the title bar nor by mode switching
> MOD-SPACEBAR.
>
>

Yeah, sometimes I have the same problem, if you look carefully you should
see it in the task bar, maximize should make it visible, tho.

OTOH, I made a shortcut to "recover" that window:
on the rc.lua config:

<snip>
clientkeys = awful.util.table.join(
......... other keys ......
    awful.key({ modkey, "Shift"   }, "m",
        function(c)
                local geometry = c:geometry()
                geometry['x'] = 0
                geometry['y'] = 20
                c:geometry(geometry)
        end),
......... other keys ......
<snip>


-- 
Saludos,
                        Germán

Delivering common sense since 1969 <Epoch Fail!>.

The Nature is not amiable; It treats impartially to all the things. The wise
person is not amiable; He treats all people impartially.
  • dialog boxes Vladimir Skokov
    • Re: dialog boxes Germán Gutiérrez

Reply via email to