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

Clients on hidden workspaces cannot update, even when screenshared #316

Open
TheBoctor opened this issue Nov 1, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@TheBoctor
Copy link

With a single display, when running an application on one workspace, switching to another workspace inhibits updates on the now-hidden application. Under some other Wayland sessions such as GNOME, clients can still update regardless of visibility. This is usually a compositor-specific consideration to facilitate overview effects or window previews, which I understand are not part of Jay's design. However, the "always update" behavior, in specific, is necessary for some of my use cases where a window on a different workspace must be screenshared even when hidden.

I am guessing Jay already behaves as intended, as in many cases it is wasteful to update hidden clients. Is there any correct/elegant method to "always" update a screenshared client on a hidden workspace?

@mahkoh mahkoh added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Nov 2, 2024
@mahkoh
Copy link
Owner

mahkoh commented Nov 2, 2024

This is indeed working as intended. It might be possible to make this configurable but it would not be very easy.

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

No branches or pull requests

2 participants