Hi all,
Currently there's a keyboard shortcut in my config so that I can use
keyboard to restore minimized windows. It reads:
awful.key({ modkey, }, "d", function (c) c.minimized = not c.minimized
end),
It works. Recently I noticed that when I have multiple minimized
windows, awesome always first restore the window that is created first.
For me, it would be better if the un-minimizer has a stack-like
behavior: that is, restore first the window that is minimized last.
Any suggestions? Thanks.
--
To unsubscribe, send mail to [email protected].