thanks, i've tried with list of master matech it but it seems to not be
working.
the log says:
File ".../libqtile/layout/tile.py", line 107, in <listcomp>
masters = [c for c in self.clients if match.compare(c)]
AttributeError: 'list' object has no attribute 'compare'
Le mardi 1 mars 2022 à 20:04:28 UTC+1, [email protected] a écrit :
> From the documentation:
> > A Match object defining which window(s) should be kept masters *(single
> or a list of Match-objects)*.
>
> https://docs.qtile.org/en/latest/manual/ref/layouts.html#tile
>
> I don't use the Tile layout, so I can't verify whether it works as
> documentation says.
> On Tuesday, March 1, 2022 at 5:38:19 AM UTC-7 [email protected] wrote:
>
>> not possible?
>>
>> Le mercredi 29 décembre 2021 à 17:31:16 UTC+1, Vincent Girès a écrit :
>>
>>> hello,
>>> i'm using mainly Tile layout and i like to set some tools on
>>> master_match.
>>>
>>> with one of them, wm_class and title have to be use to identify it,
>>> with other, only wm_class is enough. problem is i don't know how to specify
>>> all in master_match that allow only one match?
>>>
>>> this is the two matches i need to work together in the master_match:
>>> Match(wm_class=['app2', 'app2', 'app3'])
>>> Match(wm_class='app4', title=re.compile('.*title.*')
>>>
>>> Is that possible?
>>>
>>
--
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/9e9a79a5-23f2-4812-bf00-13bce3e67f94n%40googlegroups.com.