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

get_wm_transient_for() always returns None #688

Closed
tonich-sh opened this issue Jun 29, 2015 · 2 comments
Closed

get_wm_transient_for() always returns None #688

tonich-sh opened this issue Jun 29, 2015 · 2 comments

Comments

@tonich-sh
Copy link

changing
r = self.get_property("WM_TRANSIENT_FOR", "ATOM")
to
r = self.get_property("WM_TRANSIENT_FOR", "WINDOW")
fixed this but makes list instead of integer

PS: xorg-server-1.17.1

@flacjacket
Copy link
Member

Thanks for reporting this, this should fix it: https://github.com/flacjacket/qtile/tree/fix_get_transient_for

Do you mind checking if it works for you?

@flacjacket
Copy link
Member

This should be fixed, I pushed that commit and it's in 0.10, feel free to re-open if this is still a problem.

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

No branches or pull requests

2 participants