Re: cwm autogroup confusion

2011-09-08 Thread Daniel Melameth
On Thu, Sep 8, 2011 at 3:39 AM, Okan Demirmen wrote: > On Tue 2011.09.06 at 18:46 -0600, Daniel Melameth wrote: >> I'm trying to put one xterm in a different autogroup. This xterm's >> relevant properties (via xprop) are: >> >> WM_CLASS(STRING) = "xterm", "XTerm" >> WM_NAME(STRING) = "largexterm"

Re: cwm autogroup confusion

2011-09-08 Thread Okan Demirmen
On Thu 2011.09.08 at 11:37 +0100, Thomas Adam wrote: > On 8 September 2011 10:39, Okan Demirmen wrote: > > confusing that the atom is named WM_NAME while WM_CLASS includes app > > name and class, which are different properties. > > No, WM_CLASS includes the *resource* name, and the class, which h

Re: cwm autogroup confusion

2011-09-08 Thread Thomas Adam
On 8 September 2011 10:39, Okan Demirmen wrote: > confusing that the atom is named WM_NAME while WM_CLASS includes app > name and class, which are different properties. No, WM_CLASS includes the *resource* name, and the class, which has nothing to do with WM_NAME. Yes, WM_CLASS should be used, b

Re: cwm autogroup confusion

2011-09-08 Thread Okan Demirmen
On Tue 2011.09.06 at 18:46 -0600, Daniel Melameth wrote: > I'm trying to put one xterm in a different autogroup. This xterm's > relevant properties (via xprop) are: > > WM_CLASS(STRING) = "xterm", "XTerm" > WM_NAME(STRING) = "largexterm" > > The relevant portion of my .cwmrc is: > > autogroup 1

cwm autogroup confusion

2011-09-06 Thread Daniel Melameth
I'm trying to put one xterm in a different autogroup. This xterm's relevant properties (via xprop) are: WM_CLASS(STRING) = "xterm", "XTerm" WM_NAME(STRING) = "largexterm" The relevant portion of my .cwmrc is: autogroup 1 "xterm,XTerm" autogroup 3 "largexterm,XTerm" With this, largexter