On 7/18/08, Antoni Grzymala <[EMAIL PROTECTED]> wrote: >> xprop reads as follows: >> >> WM_CLASS(STRING) = "stalonetray", "stalonetray" > > [...] > > Hi, I came across a similar bug today, when xconsole and a tiny tcl/tk > would not be subject to tagging rules in current hg tip based upon the > WM_CLASS, even though this worked perfectly since the inception of dwm > basically (arg, I think there's a bug lurking around).
according to xlib documentation the first string is the 'instance' and the second is 'class' there (dwm uses different method from xprop to query this property though, xlsclients -l uses the same but it shouldn't matter)
