On Sun, Dec 07, 2003 at 09:25:43PM +0100, Per Olofsson wrote: > When I am in a workspace and start a program which is winprop'd to display > in a specific floating workspace, and then switch to the floating > workspace when the window has been created, the title bar of the newly > created window is red. I'm using look-cleanviolet so it's the wrong > colour. A bug?
No. Newly created windows that are not immediately mapped get the activity flag set and all the included styles draw tabs for such windows in red. Setting the WM_URGENT can also be used to trigger the activity flag. -- Tuomo
