Daniel Martí | 1 Dec 2011 23:37
Picon
Gravatar

Re: ontop for floating clients

I would like to know the answer to his question as well. Thanks for your time.

-Daniel

Adam <adam_w67 <at> yahoo.com> wrote:
Some applications, such as gimp. have windows that are floating by default. I
would like to make those windows also ontop. Unfortunately when I add a
callback rule, the floating property of the client is always nil.

client.add_signal(
"property::floating",
function(c)
c.ontop=c.floating
end
)

does not work either.

What am I doing wrong?

Gmane