2009/5/26 Jeremy Jay <dinkuma...@gmail.com>: > I guess I should have been more explicit: > > { NULL, NULL, "R Graphics", 0, True }, >
Then, { NULL, NULL, "R", 0, True }, should have worked. It probably didn't because the window title is set after rules have been applied. It is amazing that after a dozen messages we still don't know which is the class of the window, and in particular if setting it to the right value in the rules fix the problem. No issue about rules should be answered before knowing the output of: xprop |awk ' /^WM_CLASS/{sub(/.* =/, "instance:"); sub(/,/, "\nclass:"); print} /^WM_NAME/{sub(/.* =/, "title:"); print}' Kind regards, PS: Sorry for editing the subject, but I think wmii guys will be thankful. -- - yiyus || JGL .