Default to floating windows by default
1 files changed, 1 insertions(+), 1 deletions(-) M config.def.h
M config.def.h => config.def.h +1 -1
@@ 47,8 47,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 */ { "><>", NULL }, /* no layout function means floating behavior */ { "[]=", tile }, /* first entry is default */ { "[M]", monocle }, };