-
Notifications
You must be signed in to change notification settings - Fork 112
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
Please do not ignore process name #154
Comments
Be wrong, but I think I'm thinking of doing, eb52b7f, you can test and confirm, if it works for you. |
It's not ignored... if they both match it just avoids the duplication by condensing it to a single string... what am I missing here? |
@axrdiv What is your specific use case where you need to check the name? An example and knowing what those window names look like would help. |
The original source code can be found in here: You can use |
But in which cases? Because the name is not always the same as the class, and as far as I remember the code does not use the name at any time. |
Hi, thanks for your software.
In some cases, I need to know the process name, which was ignored by
get_activate_window_wm_class()
intransform.py
.Please consider change the return value.
The text was updated successfully, but these errors were encountered: