Hello,

I think you are looking for this
http://new.awesomewm.org/apidoc/classes/client.html#client:get
(see the "stacked" argument)

The doc display this a little wrong, this is a function, not a method,
so use `local clients = client.get(false, true)`.

On 4 July 2016 at 03:13, Hacksign <evils...@gmail.com> wrote:
> If there is 2 clients called A and B.
>
> 1.  B is below A
>
> 2. A is focused
>
> this means client B is fully displayed, but A is covered by B.
>
> How can I get instance of client B in config lua file ?
>
> client.focus returned current focus window(which is A here).I want retrieve
> instance of client B.
>
>
> --
> To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

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

Reply via email to