So I did find this one and started looking into it.

in my config file ..


import platform

if __name__ in ["config", "__main__"]:
    hostname = platform.node()


...


this causes a crash upon reload. Is there an easy method to show errors?


On Saturday, December 14, 2019 at 4:07:54 PM UTC-5, Tycho Andersen wrote:
>
> Hi, 
>
> On Sat, Dec 14, 2019 at 10:31:05AM -0800, J A wrote: 
> > Perhaps I am missing the documentation but I'm having issues wrapping my 
> > head around how multiple screens are applied to the situation of 
> multiple 
> > monitors? Can anyone point me to a config or tutorial of some sort? 
>
> There are various examples in qtile-exmamples, but: 
>
> https://github.com/qtile/qtile-examples/blob/master/tych0/config.py#L49 
>
> is one; basically, multiple Screen objects in the screens list, where 
> each Screen can have Bar(s) in it, etc. 
>
> Tycho 
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qtile-dev/7a7b565a-13dc-43bd-8b99-752eccb2a701%40googlegroups.com.

Reply via email to