no symbols for cmaster

This commit is contained in:
speedie 2022-11-16 21:54:59 +01:00
parent 154e6d2681
commit d2bb911f58

2
text.h
View file

@ -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 */