Undesirable scrolling layout window split behavior when using mouse #14274
|
I'm unsure whether this should be a bug or feature request, but I'm leaning towards bug. Ideally we would get an option akin to precise_mouse_move and or force_split for the scrolling layout. Thanks for your work. |
Replies: 5 comments 3 replies
|
You're absolutely right. The current drag-and-drop behavior still follows the standard tiling logic, which feels broken in a horizontal scrolling context. This should definitely be a Feature Request. The scrolling plugin needs its own mouse dispatcher logic to prioritize side-by-side drops and ignore vertical splits. Adding a toggle similar to dwindle:force_split specifically for the scrolling strip would solve this and bring the UX closer to Niri. |
|
Checked through the new docs and as far as I can tell this post remains true for the Lua 0.55 update. |
|
Is there anything we can do to mitigate the issue in the meantime? |
|
I can add this no problem, only question is what would this look like? Do we:
? |
see #15251
fixes the issue