From 73d9eb9e2e9733c6f80afa9a668e27913c4daa8b Mon Sep 17 00:00:00 2001 From: KronikPillow Date: Tue, 15 Dec 2020 09:48:33 +0100 Subject: [PATCH] fix deck layout indicator to it's original --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index b83ce70..fdd8766 100644 --- a/config.h +++ b/config.h @@ -70,7 +70,7 @@ static const Layout layouts[] = { { "[@]", spiral }, /* Fibonacci spiral */ { "[\\]", 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|", centeredmaster }, /* Master in middle, slaves on sides */