-
Notifications
You must be signed in to change notification settings - Fork 10
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
Allow specifying wayland display #11
Comments
What issue are you running into without this? |
I don't want to expose |
As far as I'm aware Steam/Proton is still 100% X11 anyway. |
It's possible to launch linux apps from steam as well though. Extest does not work with gamescope, so I need to give it my hyprland's WAYLAND_DISPLAY, now this causes the wayland apps to spawn outside of gamescope, so I wish I could just set WAYLAND_DISPLAY for extest only. |
Would be nice to allow specify wayland display with env variable such as
EXTEST_WAYLAND_DISPLAY
. So you can expose the env variable to the library but not the main process or any child processes.The text was updated successfully, but these errors were encountered: