diff options
| author | P.P.A <adolphs@moselle.moe> | 2023-07-09 10:05:07 +0200 |
|---|---|---|
| committer | P.P.A <adolphs@moselle.moe> | 2023-07-09 10:05:07 +0200 |
| commit | 585922c64ca91955094036510b60aa36a0cf342d (patch) | |
| tree | 631d4ace7de142970ef875776100f22ad3e483a9 /config.h | |
| parent | 2d2378d16f0aa202b45398198349cb177fc54aa9 (diff) | |
leftstack
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ 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 */ + { "=[]", tile }, /* first entry is default */ { "><>", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, }; |
