This commit is contained in:
Bartek Stalewski 2021-07-26 18:23:26 +02:00
parent 8139187d21
commit 183a4bb338

View File

@ -68,7 +68,7 @@ static const int attachbelow = 1; /* 1 means attach after the currently activ
static const Layout layouts[] = {
/* symbol arrange function */
{ "[]=", tile }, /* first entry is default */
{ "\ue9b0", tile }, /* first entry is default */
{ "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
};