Dwindle: Moving windows to workspaces does not respect dwindle:force_split
#13009
BugDesired behaviorWhen I move a window to another workspace, I want the window to appear on the new workspace according to Actual behaviorWhen I move a window to another workspace, if my cursor is in the left part of the screen, the new window appears on the left of the target workspace. This happens regardless of the initial window location (e.g., if my window was on the right but my cursor was on the left, the window will be put in the left of the new workspace) and regardless of whether it is a silent move. Relevant config optionsI tried to configure hyprland such that windows have little to do with cursor position: System infoAnalysisThe reason for this behavior is the following condition: Hyprland/src/layout/DwindleLayout.cpp Line 431 in 36aa465 , which only respects Possible solutionsI would like to work on the solution, but I'm not sure what would be the right way to implement it. @vaxerski, should we:
|
Fixed in #13038