diff options
author | KronikPillow <kronikpillow@gmail.com> | 2020-12-15 09:48:33 +0100 |
---|---|---|
committer | KronikPillow <kronikpillow@gmail.com> | 2020-12-15 09:48:33 +0100 |
commit | 73d9eb9e2e9733c6f80afa9a668e27913c4daa8b (patch) | |
tree | 4f03caddb9801dc8b3120949d60adaf2d03d2be0 | |
parent | 5913b6c546ca149600bf96f04b8ef5f5dacda69e (diff) |
fix deck layout indicator to it's original
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |