koekeishiya / yabai

A tiling window manager for macOS based on binary space partitioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swap/Warp to recent window in the same space

Hritik14 opened this issue · comments

Yabai is an awesome tool and makes my mac much less painful. Thanks for writing this.

Currently, I've this mapping to warp to most recent window

alt - return : yabai -m window --swap recent; \
                     yabai -m window --focus recent

Although, when I switch to another space, come back to original space and hit this hotkey, it warps to a window in the space I switched from. Is there a way to restrict the recent to the space I am in ?