On Mon, 8 Jul 2013 14:26:19 +0200
debecio <[email protected]> wrote:

> On 07-07-13 19:57, Uli Schlachter wrote:
> > You are looking for:
> > 
> >   sticky = true
> 
> No, I'm looking for a way to see an application on all tags when I
> launch it. I tried "sticky" and don't work like I want. I tried in
> this way:
> 
> { rule_any = { class = {"Logout"} },
>       properties = {
>          floating = true,
>          ontop = true,
>          sticky = true
> } }
> 
> I thought to use "awful.client.toggletag" for showing "Logout" in all
> tags but I don't know how do it. 

You could check c.class manually in the "manage" signal handler and
apply tags there; or if you want to use a rule you could precompute
the list of all tags, but that would need additional work if you're
attaching and detaching monitors all the time.

- Bryan

-- 
To unsubscribe, send mail to [email protected].

Reply via email to