> 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

Unfortunately VLC doesn't seem to set a class at least not for the window
the video is shown in. And even if I set --video-title="VLC" and then use

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

it doesn't work. Anyway VLC is a bit broken at the moment, so I guess I'll
wait to see when next version comes.



Reply via email to