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.
--
To unsubscribe, send mail to [email protected].