aboutsummaryrefslogtreecommitdiff
path: root/.repos/dwm/config.def.h
diff options
context:
space:
mode:
authorMarvin Borner2020-04-14 01:02:24 +0200
committerMarvin Borner2020-04-14 01:02:24 +0200
commit5a1e1cb5fc7481d02fec611bfadd2d2928448c59 (patch)
tree48946ae3b216b478746bc57d619b98fab6a29f38 /.repos/dwm/config.def.h
parentfdd000f0f15695db8df05498084ee4f50e0c739c (diff)
MEGA sync
Diffstat (limited to '.repos/dwm/config.def.h')
-rw-r--r--.repos/dwm/config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/.repos/dwm/config.def.h b/.repos/dwm/config.def.h
index 4d90ff2..af302ba 100644
--- a/.repos/dwm/config.def.h
+++ b/.repos/dwm/config.def.h
@@ -36,11 +36,13 @@ static const float mfact = 0.55; /* factor of master area size [0.05..0.95]
static const int nmaster = 1; /* number of clients in master area */
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
+#include "horizgrid.c"
static const Layout layouts[] = {
/* symbol arrange function */
{ "[]=", tile }, /* first entry is default */
{ "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
+ { "###", horizgrid },
};
/* key definitions */