-
Notifications
You must be signed in to change notification settings - Fork 5
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
x11: include wm_instance #28
Conversation
Hello, thanks for the suggestions! I think it would be better to have 9daebc8 as a separate PR as it's an unrelated functionality and seemingly even more of a bug fix. What are the examples when |
It can be useful as the user can often set it itself, and it can be used to e.g. distinguish different browser instances (using different data-dir etc)
Ok I opened another PR #30 - it is based upon this one, though. So this one should probably get merged first |
9daebc8
to
990843b
Compare
Thank you, but I think it's vice versa, the proposed functionality (not sure about it yet) needs to be based on the bug fix which more certainly should be merged. |
Why are you not sure about this yet? Are there any downsides that I am missing? |
One is that it creeps into the interface, I think it's better to make an optional map of extra data to |
You mean like a |
Yes.
Yes, with |
I also thought about a configurable choice between wm_instance and wm_class for |
I adjusted the code |
Thanks, one small thing left to do, please run |
Done! :) |
Can be useful