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.
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.