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
Is your feature request related to a problem? Please describe.
I am using the remote control protocol to automatically launch and close new windows tailing various log files. I want these windows to be below (splits layout) another specific window. My current solution is to focus the existing window, and launch the new window, but this is disruptive if I am actively typing.
Describe the solution you'd like
Ideally if kitten @ launch --match title:... matched a window, it would treat that window as active for the purposes of creating the new window, without actually stealing focus.
Describe alternatives you've considered
A current hack is to record the active window, focus, launch, focus, and hope that it is fast enough that the user doesn't notice.
The text was updated successfully, but these errors were encountered:
Is there some reason you expect changing focus to be actually slow
enough to disrupt user activity? The whole operation should be done in
a few milliseconds at most unless you are running remote control over a
slow SSH link.
And note that launch --match is for matching tabs not windows.
Is your feature request related to a problem? Please describe.
I am using the remote control protocol to automatically launch and close new windows tailing various log files. I want these windows to be below (splits layout) another specific window. My current solution is to focus the existing window, and launch the new window, but this is disruptive if I am actively typing.
Describe the solution you'd like
Ideally if
kitten @ launch --match title:...
matched a window, it would treat that window as active for the purposes of creating the new window, without actually stealing focus.Describe alternatives you've considered
A current hack is to record the active window, focus, launch, focus, and hope that it is fast enough that the user doesn't notice.
The text was updated successfully, but these errors were encountered: