[dev] Re: [dwm] How to make R's windows floating?

From: yy <yiyu.jgl_AT_gmail.com>
Date: Tue, 26 May 2009 15:05:57 +0200

2009/5/26 Jeremy Jay <dinkumator_AT_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 .
Received on Tue May 26 2009 - 13:05:57 UTC

This archive was generated by hypermail 2.2.0 : Tue May 26 2009 - 13:12:01 UTC