Add --when-visible (focus|swap) option to the summon-workspace command [updated]#1349
Open
awwaiid wants to merge 1 commit intonikitabobko:mainfrom
Open
Add --when-visible (focus|swap) option to the summon-workspace command [updated]#1349awwaiid wants to merge 1 commit intonikitabobko:mainfrom
awwaiid wants to merge 1 commit intonikitabobko:mainfrom
Conversation
|
Looking forward to see this feature merged. Is there any plan on this? |
f324d2e to
7aff813
Compare
b08f93b to
06999b7
Compare
…and. What should happen when the summoned workspace is visible on another monitor? This option introduces a choice to either: - `focus` the monitor on which the target workspace is already visible (the current behavior) - `swap` the workspaces between the monitors, so that the summoned workspace appears on the focused monitor. The default is `focus`, for backwards compatibility. Ref: nikitabobko#603
06999b7 to
6634441
Compare
Author
|
I've rebased on the latest Workflow-wise, this summon-swap lets me do this:
|
Davincible
added a commit
to Davincible/AeroSpace
that referenced
this pull request
Feb 11, 2026
# Conflicts: # Sources/AppBundle/command/impl/SummonWorkspaceCommand.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an updated version of #681, [edit] rebasing on main. I enabled the code mentioned in the other PR comment:
and everything is working the way it should -- the mouse cursor stays on the monitor where it started. I've been using this for a bit and all is working GREAT!! Thank you @ilyaluk!
I'd be happy to add anything else you might need to make this mergeable, let me know!