mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Hyprland layout #676
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mr-scrpt on GitHub (Sep 12, 2025).
Summary
I apologize, but I couldn't find any other way to ask my question except by creating a bug report.
Hello. I switched to your product after using hyprland for a long time and decided to try Windows. So, in hyprland there is a very convenient layout, I think it's called dwindle — the point is that it always splits the active window in half — it's a bit like BSP, but not quite, since BSP splits each subsequent window in half, not the active window. Is there such a layout in your product?
Version Information
I apologize, but I couldn't find any other way to ask my question except by creating a bug report.
Hello. I switched to your product after using hyprland for a long time and decided to try Windows. So, in hyprland there is a very convenient layout, I think it's called dwindle — the point is that it always splits the active window in half — it's a bit like BSP, but not quite, since BSP splits each subsequent window in half, not the active window. Is there such a layout in your product?
Komorebi Configuration
Hotkey Configuration
I apologize, but I couldn't find any other way to ask my question except by creating a bug report.
Hello. I switched to your product after using hyprland for a long time and decided to try Windows. So, in hyprland there is a very convenient layout, I think it's called dwindle — the point is that it always splits the active window in half — it's a bit like BSP, but not quite, since BSP splits each subsequent window in half, not the active window. Is there such a layout in your product?
Output of komorebic check
I apologize, but I couldn't find any other way to ask my question except by creating a bug report.
Hello. I switched to your product after using hyprland for a long time and decided to try Windows. So, in hyprland there is a very convenient layout, I think it's called dwindle — the point is that it always splits the active window in half — it's a bit like BSP, but not quite, since BSP splits each subsequent window in half, not the active window. Is there such a layout in your product?
@LGUG2Z commented on GitHub (Sep 13, 2025):
The Dwindle layout has not been implemented for komorebi, and personally since I now use an ultrawide monitor I'm either using the ultrawide-vertical-stack or the scrolling layouts
If someone wants to implement this (or any other layout), it can be added to this enum:
78177af6b8/komorebi/src/core/default_layout.rs (L15)Once it is added there, you can follow the feedback from the compiler to find the correct places to implement all of the related logic