Hi folks,
I've set up this hook, and it works.. but both applications open up in the
initial default
group ('a'). How would I configure each to open in a specific window group
(eg: 's' and 'd').
@hook.subscribe.startup_once
def startup():
for cmd in [
'google-chrome',
'emacs'
]:
subprocess.Popen(cmd.split())
I'm using the develop branch of qtile.
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].
For more options, visit https://groups.google.com/d/optout.