Skip to content
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

Closed
MarcinDominiak opened this issue Jul 27, 2024 · 2 comments
Closed

Workspace manipulation: move workspace to current monitor #338

MarcinDominiak opened this issue Jul 27, 2024 · 2 comments

Comments

@MarcinDominiak
Copy link

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.

@nikitabobko
Copy link
Owner

Duplicate of #186

I plan to support it in the following way: move-workspace-to-monitor --workspace 1 focused

@nikitabobko nikitabobko added the duplicate The issue is a duplicate label Aug 14, 2024
@nikitabobko nikitabobko removed the duplicate The issue is a duplicate label Oct 12, 2024
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
@nikitabobko
Copy link
Owner

Implemented as separate command: summon-workspace

Released in 0.15.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants