From 5a1e1cb5fc7481d02fec611bfadd2d2928448c59 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 14 Apr 2020 01:02:24 +0200 Subject: MEGA sync --- .repos/dwm/config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to '.repos/dwm/config.def.h') 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 */ -- cgit v1.2.3