diff --git a/src/config.h b/src/config.h index 5c742ea..b805ed0 100644 --- a/src/config.h +++ b/src/config.h @@ -59,8 +59,8 @@ static const int resizehints = 1; /* 1 means respect size hints in tiled resi static const Layout layouts[] = { /* symbol arrange function */ - { "[]=", tile }, /* first entry is default */ - { "><>", NULL }, /* no layout function means floating behavior */ + { "><>", NULL }, /* first entry is default */ + { "[]=", tile }, { "[M]", monocle }, };