Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit c7fcab0

Browse files
committed
It's actually called 'tcl'
1 parent 4f3400b commit c7fcab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ static const float mfact = 0.55; /* factor of master area size [0.05..0.95]
3636
static const int nmaster = 1; /* number of clients in master area */
3737
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
3838

39-
#include "tlc.c"
39+
#include "tcl.c"
4040

4141
static const Layout layouts[] = {
4242
/* symbol arrange function */
4343
{ "[]=", tile }, /* first entry is default */
4444
{ "><>", NULL }, /* no layout function means floating behavior */
4545
{ "[M]", monocle },
46-
{ "|||", tlc },
46+
{ "|||", tcl },
4747
};
4848

4949
/* Display modes of the tab bar: never shown, always shown, shown only in */

0 commit comments

Comments
 (0)