-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workspace manipulation: move workspace to current monitor #338
Comments
Duplicate of #186 I plan to support it in the following way: |
nikitabobko
added a commit
that referenced
this issue
Oct 13, 2024
_fixes #338 #186 The command is a replacement for planned `move-workspace-to-monitor --workspace <workspace> focused`. The problem with `move-workspace-to-monitor` is that, unlike `move-workspace-to-monitor next|prev`, it changes the focused workspace. That's why I think it should be a separate command with its own semantic
nikitabobko
added a commit
that referenced
this issue
Oct 13, 2024
_fixes #338 #186 The command is a replacement for planned `move-workspace-to-monitor --workspace <workspace> focused`. The problem with `move-workspace-to-monitor` is that, unlike `move-workspace-to-monitor next|prev`, it changes the focused workspace. That's why I think it should be a separate command with its own semantic
Implemented as separate command: Released in 0.15.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm moving my setup from xmonad to aerospace config and one command/flow which I'm missing is "display workspace X on the currently focused monitor".
Use case: I like to have several workspaces, each with a dedicated "view" for performing specific tasks and I would like to be be able to quickly move desired workspace to the monitor that I'm already looking at. This is convenient when using one monitor, but not with multiple.
I think that
move-workspace-to-monitor
doesn't work for this case as it only allows moving a workspace already with focus to a an adjecent monitor.I'd imagine this would require a new command like
move-workspace-to-focused-monitor <workspace-name>
, but please let me know if this can be achieved with the current set of commands.The text was updated successfully, but these errors were encountered: