How can I provide a special behavior for VLC (cvlc - nongui mode)?
I am in awesome 3.3-rc1 right now.
I want to make it always floating. but xprop provides only the following
information where i cannot find application classname or instance name:
_NET_WM_STATE(ATOM) =
XKLAVIER_STATE(INTEGER) = 0, 0
_NET_WM_DESKTOP(CARDINAL) = 1
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW
WM_COMMAND(STRING) = { "vlc" }
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified size: 576 by 240
program specified minimum size: 2 by 1
WM_NAME(STRING) = "VLC (XVideo output)"
Thanks in advance!
Sergey