On 28.04.2011 20:07, Anurag Priyam wrote:
I guess I'm fine with this behavior, but I just managed to confuse myself
(not your fault, but the existing code's fault).
Are you fine with changing the code like this?
Yup.
Thanks, pushed
[...]
I used c.minimized = not c.minimized just to be consistent with
the previous usage in clientkeys, which probably should change to:
awful.key({ modkey, }, "n", function (c)
c.minimized = not c.minimized end),
This gives the impression that another mod + n will un-minimize the
client but it does not. Right?
Changed that into "c.minimited = true", thanks.
Uli
--
"Do you know that books smell like nutmeg or some spice from a foreign land?"
-- Faber in Fahrenheit 451
--
To unsubscribe, send mail to [email protected].