Add a tiled layout, originally from Liam Bedford a while ago, fixed up

by me.
This commit is contained in:
Nicholas Marriott
2010-04-25 20:28:13 +00:00
parent 6769115df2
commit d529e7e14e
4 changed files with 108 additions and 0 deletions

View File

@ -59,6 +59,9 @@ cmd_select_layout_init(struct cmd *self, int key)
case ('4' | KEYC_ESCAPE):
data->arg = xstrdup("main-vertical");
break;
case ('5' | KEYC_ESCAPE):
data->arg = xstrdup("tiled");
break;
}
}