workspace prev / next exception logic to use prev/next based on NUMERICAL ORDER #1128
kenbankspeng
started this conversation in
feature-ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like
aerospace list-workspaces --monitor focused --empty | aerospace workspace next
to bring me to the next empty workspace based on NUMERICAL ORDER, even if the current focused workspace is not in the list of workspaces piped to workspace next.Also correspondingly for --empty ... prev, --empty no ... prev, --empty no ... next.
Use Case example:
Windows on workspaces 1, 2, 5, 6
No windows on workspaces: 3, 4, 7, 8
If the focus workspace is 3, then I would expect the next non-empty workspace to be 5. But
aerospace list-workspaces --monitor focused --empty no | aerospace workspace next
takes me to workspace 1. Since 3 is not in the list, it seems the exception path for next is the first of the list (1) , instead of the next NUMERICALLY ORDERED space in the list (5).Beta Was this translation helpful? Give feedback.
All reactions