diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-18 11:07:17 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-18 11:07:17 +0300 |
commit | 77ac39b3baa418eb9e621bf43a3e287a9f270c70 (patch) | |
tree | ae87461c368a665210ac12b0d275d50b7e4c2595 | |
parent | d4dae13de7e2c615699d2b86614aea18c7fec76e (diff) |
change layout order
-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 }, |