summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 477c1d0..a3b6c1a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -50,6 +50,7 @@ static const Layout layouts[] = {
{ "|M|", centeredmaster },
{ ">M>", centeredfloatingmaster },
{ "|||", col },
+ { "HHH", grid },
};
/* key definitions */
@@ -95,6 +96,7 @@ static const Key keys[] = {
{ MODKEY, XK_u, setlayout, {.v = &layouts[3]} },
{ MODKEY, XK_o, setlayout, {.v = &layouts[4]} },
{ MODKEY, XK_c, setlayout, {.v = &layouts[5]} },
+ { MODKEY, XK_g, setlayout, {.v = &layouts[6]} },
{ MODKEY, XK_comma, focusmon, {.i = -1 } },
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },