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
It would be nice if the command yabai -m space --focus recent can be expanded to navigate across the recently visited workspaces!
For example:
I've visited workspace 1 -> 5 -> 3[I'm Here Now],
by executing yabai -m space --focus recent.last once, I can go to workspace 5.
by executing the command again, I can go to workspace 1.
Now workspace stack should look like this: 1[I'm Here Now] -> 5 -> 3
by executing yabai -m space --focus recent.next once, I can go to workspace 5.
by executing the command again, I can go to workspace 3
If I visit another workspace (say 4) in this state: 1[I'm Here Now] -> 5 -> 3
4 is inserted after the current location: 1 -> 4[I'm Here Now] -> 5 -> 3
The jump stack has a configurable amount of memory, and can be forcibly cleared via yabai -m space --clear or similar command.
Reason: When many workspaces are present, i found myself constantly trying to remember the jumps across workspaces, trying to find the last used, and the second to last used workspace.
Thank you for such a powerful tool!
The text was updated successfully, but these errors were encountered:
It would be nice if the command
yabai -m space --focus recent
can be expanded to navigate across the recently visited workspaces!For example:
I've visited workspace 1 -> 5 -> 3[I'm Here Now],
yabai -m space --focus recent.last
once, I can go to workspace 5.Now workspace stack should look like this: 1[I'm Here Now] -> 5 -> 3
yabai -m space --focus recent.next
once, I can go to workspace 5.If I visit another workspace (say 4) in this state: 1[I'm Here Now] -> 5 -> 3
The jump stack has a configurable amount of memory, and can be forcibly cleared via
yabai -m space --clear
or similar command.Thank you for such a powerful tool!
The text was updated successfully, but these errors were encountered: