On Sat, Nov 28, 2020 at 02:32:02AM -0800, 'maeglin Gondolin's Bane' via 
qtile-dev wrote:
> Thanks for replying so quickly, I found the match but here is how my config 
> defines groups (It's a frankenstein from different github)
> group_names = [("1", {'layout': 'monadtall'}),
>                ("2", {'layout': 'monadtall'}),
>                ("3", {'layout': 'monadtall'}),
>                ("4", {'layout': 'monadtall'}),
>                ("5", {'layout': 'monadtall'}),
>                ("6", {'layout': 'monadtall'}),
>                ("7", {'layout': 'monadtall'}),
>                ("8", {'layout': 'monadtall'}),
>                ("9", {'layout': 'monadtall'})]
> 
> groups = [Group(name, **kwargs) for name, kwargs in group_names]
> 
> so I cannot figure out how to insert mtch in there.

Lets say you want to open Steam in group 3

("3", {'layout': 'monadtall', 'matches': [Match(wm_class=['Steam'])]}),

-- 
Kai Stian Olstad

-- 
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/20201128104249.e57jwwdhbm6gzjxj%40olstad.com.

Reply via email to