Three Column Layout
Description
Three Column Layout is a new layout with a wide master panel centered on the screen.
+-----+-------------+-----+
| | | |
|-----+ +-----+
| | M | |
|-----+ +-----+
| | | |
+-----+-------------+-----+
Usage
- Include the
tcl.c
source file and addtcl
to theLayout
section of yourconfig.h
file. Example fromconfig.default.h
:
#include "tcl.c"
static Layout layout[] = {
/* symbol function */
{ "[]=", tile }, /* first entry is default */
{ "><>", floating },
{ "|||", tcl },
};
Download
Maintainer
- Chris Truett - chris.truett@gmail.com
Note
This layout idea was found in a rough form in this mailing list post.