-
Notifications
You must be signed in to change notification settings - Fork 20
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
After an update to 0.25.0 lazy calls stopped working in custom popup windows #336
Comments
Can't recreate this. Lazy calls work fine for me. |
I get this error every time I try to use the lazy call in a popup:
|
Ah. That's something that was recently added to qtile. That will need fixing in qtile-extras. Won't take long to do. |
#337 should fix this for you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some reason after the update I can't use lazy calls in the custom popups. Neither lazy.function(), lazy.spawn() nor lazy.shutdown() are working now.
Here are the configs of both of the functions. Both popups work perfectly, just the lazy calls don't
Edit: The power menu function is basically the same as the example in the docs
The text was updated successfully, but these errors were encountered: