You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the float resizing with mouse. I use right click to resize when holding down alt.
The problem I have with the current way it's handled, is there is no LOCK system in place while currently resizing.
In sway, if I have a floating window, I can resize it using my modifier hotkey and right click. But, swaywm implements this "lock" mechanism that only resizes a corner as it resizes. If I go to the top left quadrant of the floating window, activate resize, then I drag it down to the bottom right quadrant, swaywm continues to only modify the window size as if I am grabbing the top left corner.
In yabai, if I do the same, as I actively resize the window, yabai can SWITCH between the quadrants it is holding onto as it is actively resizing. This is very bad, as it has the unintended side effect of moving the window around, instead of only resizing the window from the intended window quadrant. What yabai needs to do, is create some form of lock mechanism, that specifically holds a quadrant of the window as it resizes, and then unlocks after the hotkey is released, and allows a different quadrant selection of the window to resize only after the hotkey is pressed over again and reset.
Something like: is_resizing? boolean check. If it is currently re_sizing with mouse, do not allow the resizing quadrant resize direction to switch.
if it is false, reset and allow the currently selected quadrant to change, based on current implementation of window resizing.
This would be such a quality improvement. Please please.
The text was updated successfully, but these errors were encountered:
I use the float resizing with mouse. I use right click to resize when holding down alt.
The problem I have with the current way it's handled, is there is no LOCK system in place while currently resizing.
In sway, if I have a floating window, I can resize it using my modifier hotkey and right click. But, swaywm implements this "lock" mechanism that only resizes a corner as it resizes. If I go to the top left quadrant of the floating window, activate resize, then I drag it down to the bottom right quadrant, swaywm continues to only modify the window size as if I am grabbing the top left corner.
In yabai, if I do the same, as I actively resize the window, yabai can SWITCH between the quadrants it is holding onto as it is actively resizing. This is very bad, as it has the unintended side effect of moving the window around, instead of only resizing the window from the intended window quadrant. What yabai needs to do, is create some form of lock mechanism, that specifically holds a quadrant of the window as it resizes, and then unlocks after the hotkey is released, and allows a different quadrant selection of the window to resize only after the hotkey is pressed over again and reset.
Something like: is_resizing? boolean check. If it is currently re_sizing with mouse, do not allow the resizing quadrant resize direction to switch.
if it is false, reset and allow the currently selected quadrant to change, based on current implementation of window resizing.
This would be such a quality improvement. Please please.
The text was updated successfully, but these errors were encountered: