nikitabobko / AeroSpace

AeroSpace is an i3-like tiling window manager for macOS
https://nikitabobko.github.io/AeroSpace/guide
MIT License
8.01k stars 131 forks source link

Focus <direction> no longer wraps after upgrading to 0.15.x #593

Closed antonk52 closed 1 month ago

antonk52 commented 1 month ago

After upgrading to 0.15.2 the focus window no longer wraps at workspace boundary

Checklist

Repro steps

I have verified that the expected behaviour works in 0.14.2 and stopped working after updating to 0.15.2

nikitabobko commented 1 month ago

Yes, this is a breaking change mentioned in the release notes https://github.com/nikitabobko/AeroSpace/releases/tag/v0.15.0-Beta

You can return the wrapping by explicitly passing --boundaries-action wrap-around-the-workspace to the focus command

antonk52 commented 1 month ago

My bad, this is a documented behaviour and the only breaking change in 0.15 changelog. Sorry about the issue