awful.key({ modkey }, "Tab", function ()
local cmenu = awful.menu.clients({width=256}, { keygrabber=true })
end),
works fine for me, even in a tag with no client.
$ awesome --version
awesome v3.4.6 (Hooch)
• Build: Jul 14 2010 07:14:19 for i686 by gcc version 4.4.4 (@biber)
• D-Bus support: ✔
2011/9/24 Ryan T. Sawyer <[email protected]>:
> On Sat, Sep 24, 2011 at 4:55 AM, Vivian Brégier
> <[email protected]> wrote:
>> You can also access the minimized windows by the window list. I have
>> it mapped on modkey+Tab; I don't remember if this is the default,
>> though.
>
> I'm not sure if this is a bug (i'm in awesome v3.4.9) or a problem in
> my lua, but when I try to launch the window list (Shift+modkey+w on
> mine, that may or may not be the default) it only works if there is at
> least one visible (non-minimized) window on the current tag. Even
> though the Window list displays all running windows from all the tags,
> if I run it on an empty tag or I run it on a tag with no visible
> windows, no menu pops up.
>
> awful.key({ modkey, "Shift" }, "w", function ()
> awful.menu.clients({ width= 250 }, { keygrabber=true }) end),
>
> Any idea why? So for me personally the only way to handle minimized
> windows is the un-minimize workaround.
>
--
Vivian Brégier
http://www.are-ata.org/Vivian.vcf
--
To unsubscribe, send mail to [email protected].