For instance, if you want to run urxvt and on the group "a" and firefox on the group "b", you could right something like this.
{{file|name=~/.config/qtile/config.py|lang=python|body=
startapps={'a': 'urxvt', 'b': 'firefox'}
groups = [Group(i, spawn=startapps.get(i)) for i in "asdfuiop"]}}
-->
</div>
[See other examples|https://github.com/qtile/qtile-examples]
{{EbuildFooter}}
[[Category:Desktop]]