* David Coppa <dco...@gmail.com> [121023 16:10]: > Install wmname-0.1 and add: > > /usr/local/bin/wmname LG3D > > into your .xinitrc before cwm. > > Let me know if this works for you.
It shouldn't AFAIU. cwm sets _NET_SUPPORTING_WM_CHECK since some time, which is a Window-type property, which points to a window which has _NET_WM_NAME set to "CWM" (as per EWMH spec). You may try to remove this property by doing xprop -root -remove _NET_SUPPORTING_WM_CHECK and then doing wmname LG3D This may work. -- open source wizard