On Sat, Aug 16, 2008 at 08:04:51PM +0200, Earin Gregor wrote: > Only question still remains: Is there a way to keep one > window/application always raised above others? Would be nice in my > case for xclock :-)
Try this: In ~/.cwmrc: gap 0 34 0 0 ignore xclock In ~/.xinitrc or ~/.xsession (startx or xdm, I use a symlink...): xsetroot -solid black & xclock -geometry -0-0 -d -strftime '%H:%M %b %d %Y' -update 1 & exec cwm In ~/.Xdefaults: xclock*background: black xclock*foreground: green Martin