I was just write config for my multihead setup. and I just write config like

screens = []
def main(qtile):
    global screens
    screens = [make_screen() for i in qtile.conn.pseudoscreens]

and I found it does not work, there's no screen at all, after digging some 
code, 
I found it because the config file is parsed by confreader which using 
getattr and setattr
when dealing with the config file, it makes config.screens cannot be 
replaced by
main function. 

so, could there be more specific document telling people not to replace 
variable like this ?

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to