Hello,
I'm trying to use different layout settings per group using layout_opts 
argument but this does not do anything.
Any idea why?

groups = [Group('mygroup', layout= 'tile', layout_opts={'master_match': 
Match(wm_class=['Blender'])})]
Does not set the tile layout with the match for Blender wm_class.

But if I use the same match directly on layout:
layouts = [layout.Tile(master_match=Match(wm_class=['Blender'])]
It correctly sets the master match, but I would like to have it per group 
and not global.

Thanks!

-- 
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/b4de3e6b-4a00-497a-b28f-5445f4a309e8n%40googlegroups.com.

Reply via email to