On Sun, 10 May 2009, Sergey Kondratenko wrote:
How can I provide a special behavior for VLC (cvlc - nongui mode)?WM_NAME(STRING) = "VLC (XVideo output)"
You can match by the window name, since vlc 1 did not solve the issue. In your manage hook there are already checks for class an instance, add another that will check for c.name for your dummy interface.
-- To unsubscribe, send mail to [email protected].
