fix deck layout indicator to it's original
This commit is contained in:
parent
5913b6c546
commit
73d9eb9e2e
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -70,7 +70,7 @@ static const Layout layouts[] = {
|
||||||
{ "[@]", spiral }, /* Fibonacci spiral */
|
{ "[@]", spiral }, /* Fibonacci spiral */
|
||||||
{ "[\\]", dwindle }, /* Decreasing in size right and leftward */
|
{ "[\\]", dwindle }, /* Decreasing in size right and leftward */
|
||||||
|
|
||||||
{ "H[]", deck }, /* Master on left, slaves in monocle-like mode on right */
|
{ "[D]", deck }, /* Master on left, slaves in monocle-like mode on right */
|
||||||
{ "[M]", monocle }, /* All windows on top of eachother */
|
{ "[M]", monocle }, /* All windows on top of eachother */
|
||||||
|
|
||||||
{ "|M|", centeredmaster }, /* Master in middle, slaves on sides */
|
{ "|M|", centeredmaster }, /* Master in middle, slaves on sides */
|
||||||
|
|
Loading…
Reference in a new issue