Adding centered master patches

This commit is contained in:
bakkeby
2019-09-09 21:35:19 +02:00
parent 973d64f51b
commit 637cc50dda
11 changed files with 525 additions and 4 deletions

View File

@@ -112,6 +112,12 @@ static const Layout layouts[] = {
#if BSTACKHORIZ_LAYOUT
{ "===", bstackhoriz },
#endif
#if CENTEREDMASTER_LAYOUT
{ "|M|", centeredmaster },
#endif
#if CENTEREDFLOATINGMASTER_LAYOUT
{ ">M>", centeredfloatingmaster },
#endif
#if DECK_LAYOUT
{ "[D]", deck },
#endif