Skip to content

Error in hook client_new. Qtile has broken after update #3091

Answered by jwijenbergh
superpupervlad asked this question in Q&A
Discussion options

You must be logged in to vote

Your float_rules in the floating layout of your config is wrong. This has been changed from a dict to a list of Match objects. The default float rules is the following

floating_layout = layout.Floating(float_rules=[

I recommend that you go over the changelog before you upgrade, see here the entry:

- using `dict`s for `layout.Floating`'s `float_rules` is now deprecated, please

That will hopefully solve your problems

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by superpupervlad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants