Originally created by @Johnattas on GitHub (Oct 22, 2024).
### Sponsorship Information
GitHub Sponsors
### Suggestion
How to create custom Layout with two rows?

### Alternatives Considered
```
[
{
"row": "Secondary",
"configuration": "Horizontal"
},
{
"row": "Primary",
}
]
```

The custom layout feature will not be developed anymore; it is only being kept around to avoid breaking existing configurations.
For what you're looking at I'd suggest looking at this layout.
@LGUG2Z commented on GitHub (Oct 28, 2024):
https://github.com/LGUG2Z/komorebi/blob/09afad624f647247c3c2159558e7292d39ac3233/komorebi/src/static_config.rs#L115-L117
The custom layout feature will not be developed anymore; it is only being kept around to avoid breaking existing configurations.
For what you're looking at I'd suggest looking at [this layout](https://lgug2z.github.io/komorebi/example-configurations.html#horizontal-stack).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Johnattas on GitHub (Oct 22, 2024).
Sponsorship Information
GitHub Sponsors
Suggestion
How to create custom Layout with two rows?
Alternatives Considered
@LGUG2Z commented on GitHub (Oct 28, 2024):
https://github.com/LGUG2Z/komorebi/blob/09afad624f647247c3c2159558e7292d39ac3233/komorebi/src/static_config.rs#L115-L117
The custom layout feature will not be developed anymore; it is only being kept around to avoid breaking existing configurations.
For what you're looking at I'd suggest looking at this layout.