diff options
Diffstat (limited to '.repos/dwm/config.def.h')
-rw-r--r-- | .repos/dwm/config.def.h | 2 |
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 */ |