Setting window layers

I have just started using this program called xtu. Heres a link to the site
http://www.core.de/~coto/projects/xtu/
Now for some reason it stays on to of all other windows. When i try to get the window id or the resource name so i set a style to have it on bottom it wont let me click on it. Like its part of the root window or something. If i use xwininfo i get this

[code]xwininfo: Window id: 0xe00015 “xtolleuhr”

Absolute upper-left X: 935
Absolute upper-left Y: 653
Relative upper-left X: 935
Relative upper-left Y: 653
Width: 90
Height: 90
Depth: 16
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x20 (installed)
Bit Gravity State: ForgetGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: yes
Map State: IsViewable
Override Redirect State: yes
Corners: +935+653 --1+653 --1-25 +935-25
-geometry 90x90–1-25
[/code]

So how would i go about getting the resource id i need to set a style for it? I thought that “xtolleuhr” might have been it but it doesnt seem to be working. So im at a lose on what to try next.

VoiDeR

you will need to start xtu with the flag -wm (or put wm: true in .xturc) for xtu to not use override redirect. When you do so fvwm will handle the clock and you should be able to specify styles for it.

Awsome that works perfect!

Thanks
VoiDeR