On 2012-01-27 Dimitris Papageorgiou <[email protected]> wrote: > This works for me: > > awful.key({ modkey, }, ",", function () > awful.client.incwfact(-0.05) end), awful.key({ modkey, }, ".", > function () awful.client.incwfact( 0.05) end),
That works for me, too. When I change to another key binding it breaks. I assume that there is some interference with already existing key bindings. Anyway thanks for the snippet. > 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 I read and tried that, without success. With your key binding it works. Sorry for the noise. And I promise: this is the last mail for today :) Marco -- To unsubscribe, send mail to [email protected].
