diff options
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,8 +48,8 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win static const Layout layouts[] = { /* symbol arrange function */ { "[]=", tile }, /* first entry is default */ - { "[0]", monocle }, { "[]^", bstack }, + { "[0]", monocle }, { "=[]=", centeredmaster }, { "[][", deck }, { "[]@", spiral }, |