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 have the following bindings in my .skhdrc file to control window size:
resize < h : yabai -m window --ratio rel:0.1
resize < l : yabai -m window --ratio rel:-0.1
However, I've noticed that after rotating the current space (90, 180, or 270 degrees), the enlarge and shrink behaviours become swapped. A similar issue occurs with other resizing commands (e.g., yabai -m window --resize left:20:0) - after rotation, it affects the wrong edge of the window. The behaviour only returns to normal after a full 360-degree rotation.
Expected behaviour: the same key should trigger the same action (either enlarge or shrink the window, or affect the same edge) regardless of the space's rotation.
The text was updated successfully, but these errors were encountered:
I have the following bindings in my
.skhdrc
file to control window size:However, I've noticed that after rotating the current space (90, 180, or 270 degrees), the enlarge and shrink behaviours become swapped. A similar issue occurs with other resizing commands (e.g.,
yabai -m window --resize left:20:0
) - after rotation, it affects the wrong edge of the window. The behaviour only returns to normal after a full 360-degree rotation.Expected behaviour: the same key should trigger the same action (either enlarge or shrink the window, or affect the same edge) regardless of the space's rotation.
The text was updated successfully, but these errors were encountered: