Thank you ! I learned a lot from your config but I'm a little bit confused 
of the widget duplication in screens bars.
As I understand how dual monitor works in qtile it's basically viewing 
another group in the other monitor. So it's essential *at least *to be able 
to place another  CurrentLayout widget or another TaskList as those are 
intended for a whole other group not the same one in screen 1 so I think it 
shouldn't break.

*M*y qtile breaks basically every time I try to add CurrentLayout ot 
TaskList and *I assumed* because it's in my other bar() on another Screen()

Simple way to reproduce:

screens =[
        Screen(bottom= bar.Bar( [ 
widget.CurrentLayout(), widget.CurrentLayout() ] )
        ),
        Screen(bottom= bar.Bar( [ 
widget.CurrentLayout(), widget.CurrentLayout() ] )
        ),
    ]



On Saturday, 14 December 2019 23:07:54 UTC+2, 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/83f2aafc-76b1-400b-843a-6038b0809861%40googlegroups.com.

Reply via email to