>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/2b1c575f-4d80-4eef-bbaf-fcf05ae83363n%40googlegroups.com.
