On Fri, Feb 17, 2012 at 4:01 AM, Anurag Priyam <anurag08pri...@gmail.com> wrote:
[...]
> However, most of the times starting to iterate from the currently
> focused client helps, so I can iterate through Chrome instances in
> order starting from the one focused.

I started off wanting to make this task easy -- iterating through
clients based on certain rules/filter.  Maybe all I need is a generic
function that lets me iterate through collections based on the given
criteria.  Something like (if it is possible) :

for c in awful.client.cycle(filter) do
  ...
end

Let me try again :).

-- 
Anurag Priyam

-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to