From 9c92f3253c43f049dc2e9f0c347ae3dfbc589918 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 1 May 2023 14:11:21 -0400 Subject: [PATCH] Default to floating windows by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 19f8911..3be4a0b 100755 --- a/config.def.h +++ b/config.def.h @@ -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 }, }; -- 2.38.5