]> git.sur5r.net Git - i3/i3/commitdiff
hacking-howto: add tabbed layout (Thanks msi)
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 12 Mar 2010 16:51:53 +0000 (17:51 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 12 Mar 2010 16:52:04 +0000 (17:52 +0100)
docs/hacking-howto

index c9da4e4314c82e9b2335856ed2113dd9fef05b88..ce97d2c8dca5185cfa35776931f6c0ff0333e4af 100644 (file)
@@ -227,8 +227,9 @@ moving them to the bottom you create a new row).
 === Container
 
 A container is the content of a table’s cell. It holds an arbitrary amount of
-windows and has a specific layout (default layout or stack layout). Containers
-can consume multiple table cells by modifying their colspan/rowspan attribute.
+windows and has a specific layout (default layout, stack layout or tabbed
+layout). Containers can consume multiple table cells by modifying their
+colspan/rowspan attribute.
 
 === Client