Adding deck layout

This commit is contained in:
bakkeby
2019-09-09 18:00:02 +02:00
parent e490af0eb2
commit 7da1b17169
7 changed files with 178 additions and 2 deletions

View File

@@ -108,6 +108,9 @@ static const Layout layouts[] = {
#if BSTACKHORIZ_LAYOUT
{ "===", bstackhoriz },
#endif // BSTACKHORIZ_LAYOUT
#if DECK_LAYOUT
{ "[D]", deck },
#endif // DECK_LAYOUT
#if CYCLELAYOUTS_PATCH
{ NULL, NULL },
#endif // CYCLELAYOUTS_PATCH