Hi Preben,

Try this one for sending it to tag 6, for example:

{ NULL,                 NULL,           "VLC media player",             1 << 5, 
        False },

Normally you can see the WM_CLASS or WM_NAME properties with the xprop command 
(by running it and clicking in the desired window).

Also VLC have a parameter --video-title=<string> where you can set the title of 
the video windows in case it's not embedded in the interface.

Kind Regards,
Delta


On 2009-04-23, 14:04 
Preben Randhol (rand...@pvv.org) wrote:

> Hi
> 
> I'm trying to move vlc to tag 5. The problem is that I don't seem to
> manage to catch vlc in any way. I use the cvlc. I have tried
> 
> "vlc", NULL, NULL, 1 << 4, False.
> 
> I have tired all variant of uppercase and lowercase. xwininfo reports "VLC
> (XVideo output)". I have tried this both for class and for title as well
> as
> 
> NULL, NULL, "VLC (XVideo output)", 1 << 4, False
> 
> But it won't catch the vlc. have anybody been successful with this? I use
> ubuntu Jaunty 9.04 and vlc 0.9.9a
> 
> 
> 

Reply via email to