Style WM_CLASS info

It appears that the two strings are just resource and class. Anyways that Style line should work and be matching the window correctly.

The issue might be that you have handles on the window, in which case BorderWidth will have no affect (see manpage). Try using another style to ensure it is matching correctly, such as adding HandleWidth 10 as well to the list of options.