From d2bb911f5843578198737557d3264cc3c464c6a9 Mon Sep 17 00:00:00 2001 From: speedie Date: Wed, 16 Nov 2022 21:54:59 +0100 Subject: [PATCH] no symbols for cmaster --- text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.h b/text.h index 76aee81..dd28721 100644 --- a/text.h +++ b/text.h @@ -37,7 +37,7 @@ static Layout layouts[] = { /* Deck */ { text_layout5, tile, { -1, -1, splitvertical, toptobottom, monocle, 0, NULL } }, /* Centered Master */ - { text_layout6, tile, { -1, -1, splithorizontal, lefttoright, toptobottom, 0, monoclesymbols } }, + { text_layout6, tile, { -1, -1, splithorizontal, lefttoright, toptobottom, 0, NULL } }, /* Tatami */ { text_layout7, tile, { -1, -1, splitvertical, lefttoright, tatami, 0, NULL } }, /* Spiral */