On Tue, Dec 16, 2008 at 09:19:50PM +0100, Christopher Bratusek wrote: > Am Dienstag, den 16.12.2008, 12:12 -0700 schrieb Michal Jaegermann: > > > Hm, I guess that 'xprop' may have something more interesting to say > about it. WM_CLASS, WM_NAME and WM_STATE in particular. .... > WM_HINTS(WM_HINTS): > Client accepts input or input focus: True > Initial state is Normal State. > bitmap id # to use for icon: 0x3e00038 > bitmap id # of mask for icon: 0x3e0003a > window id # of group leader: 0x3e00001 > _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0x0, 0x0, 0x0, 0x0 I will not tell from the top of my head what all that means. But checking headers and sources may show something interesting. > WM_CLASS(STRING) = "mixer_applet2", "Mixer_applet2" And you do: ( add-window-matcher 'WM_CLASS "^Mixer_applet2/mixer_applet2$" '( frame-type . none )) It looks to me that this regexp should be "^[Mm]ixer_applet2$" although ".ixer_applet2$" is likely good enough (or you may add an ^ anchor too). Just guessing... Michal
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil