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?
--
To unsubscribe, send mail to [email protected].
