Made floating mode default

pull/8/head
E. Almqvist 4 years ago
parent 71569afecd
commit 6f976f0431
  1. 4
      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 },
};

Loading…
Cancel
Save