-
Notifications
You must be signed in to change notification settings - Fork 12
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
Improve window search #2
Comments
Yep, if I were you, I would add |
I'm still fiddling with Doing I just always get more results than I'd expect and haven't found a proper/nice way of doing it :/ |
I started digging again and it's actually a somewhat strange search implementation within xdotool which doesn't allow to combine class, instance and title searches with different search-terms. There's an issue where I added my 2 cents. Let's see where this'll go. Until than I'll try and work around it using multiple search requests somehow :) |
This took way to long to implement ':D I'll still leave that one open as the implementation is just a workaround and I want to see what xdotool will do as he isn't happy with his implementation either :) |
Currently only
WM_NAME
will be taken into account while identifying a window.A unique match is not guarantied and falling back to the first match out of the whole set is likely to be wrong.
I'd like to expand the search by at least
WM_CLASS
for additional filtering.The text was updated successfully, but these errors were encountered: