X-Git-Url: http://git.subgeniuskitty.com/dwm/.git/blobdiff_plain/21dcc42717f5f357b0950e20aa75cdce3f005a97..03330c081804659983811ce2f385834f2c46c143:/config.h diff --git a/config.h b/config.h index 75b776e..9590e25 100644 --- a/config.h +++ b/config.h @@ -42,11 +42,13 @@ static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ +#include "tcl.c" static const Layout layouts[] = { /* symbol arrange function */ { "[]=", tile }, /* first entry is default */ { "><>", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, + { "|||", tcl }, }; /* key definitions */