From dde75954fa94186d192b9a8c78dba7bbd040eb47 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 2 Mar 2024 15:12:21 -0500 Subject: patch: philcollins (full columns) Layout adapted from centerfloatingmaster to simply tile all clients horizontally across the screen, without respect to mfact or nmaster. --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 2b319cf..03296f0 100644 --- a/config.def.h +++ b/config.def.h @@ -53,6 +53,7 @@ static const Layout layouts[] = { { "||=", col }, { "=[]", elit }, { "HHH", grid }, + { "|||", philcollins }, }; /* key definitions */ @@ -104,6 +105,7 @@ static const Key keys[] = { { MODKEY, XK_o, setlayout, {.v = &layouts[4]} }, { MODKEY, XK_e, setlayout, {.v = &layouts[5]} }, { MODKEY, XK_g, setlayout, {.v = &layouts[6]} }, + { MODKEY, XK_c, setlayout, {.v = &layouts[7]} }, { MODKEY, XK_comma, focusmon, {.i = -1 } }, { MODKEY, XK_period, focusmon, {.i = +1 } }, { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, -- cgit v1.2.3