mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
Make fibonacci patch work
This commit is contained in:
parent
68a17f962e
commit
bc10390b25
2 changed files with 74 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ static const Layout layouts[] = {
|
|||
{ "[]=", tile },
|
||||
{ "><>", NULL }, /* no layout function means floating behavior */
|
||||
{ "[M]", monocle },
|
||||
{ "[@]", spiral },
|
||||
{ "[\\]", dwindle },
|
||||
};
|
||||
|
||||
/* monitors */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue