[FEAT]: Custom Layout #503

Closed
opened 2026-01-05 14:51:09 +01:00 by adam · 1 comment
Owner

Originally created by @Johnattas on GitHub (Oct 22, 2024).

Sponsorship Information

GitHub Sponsors

Suggestion

How to create custom Layout with two rows?

custom

Alternatives Considered

[
    {
        "row": "Secondary",
        "configuration": "Horizontal"
    },
    {
        "row": "Primary",
    }
]

custom

Originally created by @Johnattas on GitHub (Oct 22, 2024). ### Sponsorship Information GitHub Sponsors ### Suggestion How to create custom Layout with two rows? ![custom](https://github.com/user-attachments/assets/b944b77b-795e-4315-b4c7-7a3325a12f92) ### Alternatives Considered ``` [ { "row": "Secondary", "configuration": "Horizontal" }, { "row": "Primary", } ] ``` ![custom](https://github.com/user-attachments/assets/66ae4bc4-c6ae-44a6-ac85-7f62e38db1a6)
adam added the enhancement label 2026-01-05 14:51:09 +01:00
adam closed this issue 2026-01-05 14:51:09 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Oct 28, 2024):

09afad624f/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.

@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).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#503