Make fibonacci patch work

This commit is contained in:
Abanoub 2023-06-21 18:00:11 +03:00
parent 68a17f962e
commit bc10390b25
No known key found for this signature in database
GPG key ID: A4A10C91692482EC
2 changed files with 74 additions and 0 deletions

View file

@ -24,6 +24,8 @@ static const Layout layouts[] = {
{ "[]=", tile },
{ "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
{ "[@]", spiral },
{ "[\\]", dwindle },
};
/* monitors */