I'm entirely new to Awesome and Lua, but what I would like to achieve is to cycle through different arrangements of my windows within the same window-layout. Maybe I didn't use the correct search terms, but a simple Google search didn't yield anything helpful, and I don't want to take the time to study the Lua API to do it myself from scratch.
Say I have 3 tiles arranged like this in some arbitrary order:
+------+-------+
| | |
| | |
+------+ |
| | |
| | |
+------+-------+
Now I want to easily make the window that I'm focussing on appear in the big right-hand tile without cycling through all the different layouts using Super-Space.
Any thoughts on how to achieve this?