-
When I run |
Beta Was this translation helpful? Give feedback.
Answered by
leandwo
Jul 20, 2021
Replies: 2 comments 6 replies
-
I found a workaround but it feels jank beacuase the first screen flashes: hyper - x:
current_space=$(yabai -m query --spaces --space | jq -r '.index'); \
yabai -m space --destroy; \
yabai -m space --focus $((current_space - 1)) |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
leandwo
-
just another option, this one goes to the last workspace instead of the first one
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a workaround but it feels jank beacuase the first screen flashes: