~bt/dwm

9c92f3253c43f049dc2e9f0c347ae3dfbc589918 — Bradley Taunt 4 months ago f0d2aff
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 },
};