-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
multiple outputs? #112
Comments
There is a neatvnc issue for this: any1/neatvnc#19 Neatvnc already has the public interface for it (see |
If/when you do this, can you make it optional please? I actually like the fact that wayvnc only shows one of my displays (fits better in my client!) |
As discussed elsewhere, we have so far identified 5 different use-cases around what to do when VNC connects to a remote system with multiple displays:
|
I have completed a series of PRs that implement part of this. #171 introduces the So now you can set up a keybinding in your environment to run:
which will cycle through all your multiple outputs on-the-fly. And #178 introduces |
Just finishing up #200 which adds an example script to disable all outputs but one when a client connects, and re-enable them on disconnect. |
In light of the current state of support, I'm closing this issue and opening a new one for each of the outstanding use cases. |
Closing this because multiple outputs are now pretty nicely supported. @rpodgorny : If the work done so far doesn't meet your needs, please comment on the new related issues (#225 or #226), or open a new issue with more info about what behaviors you'd like to see with wayvnc and multiple outputs. |
hi, is there a way to provide multiple outputs? if not, what should be done to add such feature? thanks!
The text was updated successfully, but these errors were encountered: