This works for me:
awful.key({ modkey, }, ",", function ()
awful.client.incwfact(-0.05) end),
awful.key({ modkey, }, ".", function () awful.client.incwfact(
0.05) end),It is indeed mentioned in the FAQ though the keys suggested weren't available in the rc.lua debian provides (and on which mine is based). http://awesome.naquadah.org/wiki/FAQ#How_to_resize_tiled_clients.3F -- To unsubscribe, send mail to [email protected].
