On Thu, Jan 22, 2015 at 9:04 PM, Craig Barnes <[email protected]> wrote:

> I would create a small script using the command interface.  I posted a
> tutorial on my blog
>
> http://www.cjbarnes18.me.uk/stories/qtile-client-demo.html


Excellent resource ! Thanks for your blogging about qtile, those examples
surely makes life easier !

In case someone fell on this topic, the solution is quite straightforward:

from libqtile.command import Client


c = Client()

group_name = 'gvim'
c.group[group_name].toscreen()

Thanks Craig !

-- 
Fabien Meghazi
http://www.amigrave.com

-- 
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.

Reply via email to