On Thu, Jan 22, 2015 at 09:32:50AM +0100, Fabien Meghazi wrote: > Hi all, > > I don't know qtile very well yet so this question might sound weird but I > wonder how to switch to a given group name from command line ? > > I'm trying > qsh -c switchgroup gvim > > where gvim is the name of the group I want to switch to. > > but it seems that the command switchgroup is made for interactive purpose > only.
Right, switchgroups is only interactive. I'm not sure that there's a way via qsh -c to do this right now (it looks like qsh isn't smart enough to process paths; I don't think that would be hard to add, though.) Another option would be to write a full python program using the qtile client library as qsh does, and just run that. Tycho > -- > 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. -- 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.
