Drakulix / fireplace

Modular wayland window manager written in rust
MIT License
602 stars 14 forks source link

Tabbed / Stacked layouts #20

Open theduke opened 7 years ago

theduke commented 7 years ago

Very cool project!

Do you plan to add support for tabbed / stacked layouts supported by i3 and (recently) sway?

Drakulix commented 7 years ago

Yes I do. But I have some more immediate issues to take care of at first and this requires careful planning. The files responsible for i3-layouts are already growing quite large and I need to think about a way to refactor that code, if I add this feature. Otherwise this will be become a huge pain to maintain and most likely a buggy experience.