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
The current switch to the next workspace function can only switch to the next non-empty workspace, so if I want to create a workspace next to it, I have to do it by number (number is not very efficient), and in the same way, I think that the move to the next workspace should also be scheduled by the shortcut key to move to the next workspace instead of the non-empty workspace.
Describe the solution you'd like
The next workspace is the next sequential workspace in the configuration, not the next non-empty workspace
Describe the problem/motivation
The current switch to the next workspace function can only switch to the next non-empty workspace, so if I want to create a workspace next to it, I have to do it by number (number is not very efficient), and in the same way, I think that the move to the next workspace should also be scheduled by the shortcut key to move to the next workspace instead of the non-empty workspace.
Describe the solution you'd like
The next workspace is the next sequential workspace in the configuration, not the next non-empty workspace
1.add command
focus --workspace --next-order-workspace
2.add command
move --workspace --next-order-workspace
Alternatives considered
No response
The text was updated successfully, but these errors were encountered: