Hi Arns, On Wed, Feb 18, 2015 at 09:09:49AM +0200, Arns Udovīčė wrote: > about „Quick Jump to Windows in a Group by Window Title Search“: as I tried > to make script to jump to window by dmenu script I realized, what "by > title" is not good as there can be many windows with same name - ex. > terminals. At 1st I tried to find by windows ID, but I couldn't get info, > so had to do workarownd by focusing window and looking does it has needed > property. You can look at script in qtile-example repo.
Yes, we do have some lookup by WID functionality, although I'm not sure how it's exposed to users. There is WindowCompleter in /libqtile/widget/prompt.py that does something like this, and there might be some other code somewhere too that I can't remember. In any case, any help with the GSoC page is much appreciated :) Tycho > Arns > > On 18 February 2015 at 05:56, <[email protected]> wrote: > > > [email protected] > > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/qtile-dev/topics> > > Google > > Groups > > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > > Today's topic summary > > View all topics > > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/qtile-dev/topics> > > > > - Google Summer of Code <#14b9ad4c0443321e_group_thread_0> - 1 Update > > > > Google Summer of Code > > <http://groups.google.com/group/qtile-dev/t/2847c51cf436ade6?utm_source=digest&utm_medium=email> > > Tycho Andersen <[email protected]>: Feb 17 10:32AM -0700 > > > > Hi all, > > > > I've just submitted the official organization application for us, but > > if anyone has any more project ideas, please add them! > > > > https://github.com/qtile/qtile/wiki/GSoC-2015-project-ideas ...more > > <http://groups.google.com/group/qtile-dev/msg/f6211b30460a1b36?utm_source=digest&utm_medium=email> > > Back to top <#14b9ad4c0443321e_digest_top> > > You received this digest because you're subscribed to updates for this > > group. You can change your settings on the group membership page > > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/qtile-dev/join> > > . > > To unsubscribe from this group and stop receiving emails from it send an > > email to [email protected]. > > > > > > -- > Arns Udovīčė > > -- > 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.
