Skip to content

Space Focus jumping to displays #1673

Answered by koekeishiya
jin-ahn asked this question in Q&A
Discussion options

You must be logged in to vote

Replying here for searching purposes; copied from #1771

--

There is no such config (and I am not interested in adding one), however as I described in #1765 which is pretty much the same concern, you can use the following binds/commands instead to achieve what you are looking for:

# focus next space, if the current space is not the last space on its display
shift + alt - u : if [[ $(yabai -m query --spaces --display | jq '.[-1]."has-focus"') == "false" ]]; then yabai -m space --focus next; fi

# focus prev space, if the current space is not the first space on its display
shift + alt - y : if [[ $(yabai -m query --spaces --display | jq '.[0]."has-focus"') == "false" ]]; then yabai -m space …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by koekeishiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants