>> This directive hasn't worked for me. I see in the docs that it might
>> not always work. But it never works.
> See if it works in 3.8.2. The OTP stuff came in since then and redid
> how AlwaysOnTop and friends work, so maybe there's something in there
> that's affecting it.
Could be, indeed. I just noticed that my ~/.ctwmrc doesn't use
AlwaysOnTop but uses OnTopPriority instead:
OnTopPriority 7
{
"Sculptor" "Ipaste"
"xine Video Fullscreen Window" "FULLSCREEN"
}
so indeed, my own setup doesn't test AlwaysOnTop.
So, you an try replacing "AlwaysOnTop" with "OnTopPriority 7" (you can
use another number between 1-7, of course, and it should give the same
result).
But another possibility is simply that the name is "wrong". I noticed
that over the years, I sometimes have to tweak the name, so you might
like to try with "XClock" (tho I just tried f.identify on an `xclock`
window, and it seems to indicate that "xclock" should work for it).
Stefan