keep movie player on screen? Thread last updated on 2003-10-14 18:45:04

Posted by member 69907 on 2003-10-13 12:46:45

is there a program/module to keep one window onscreen when switching between desktops? like, keep the tv program or movie player on screen while switching between desktops.


couldn't find anything with search. :\

Posted by member 265 on 2003-10-13 13:00:35 link

look in personal.rc, and read the docs for the vwm module used by the theme (ckVWM if you're using austerity). Anyway, you need to add :
*VWMSticky "title/classname of movie player"

to personal.rc, save, and recycle.

If you set the title/classname correctly, the window will be 'sticky' i.e. it will appear on whatever desktop you switch to.

Usually you can just look at the titlebar of the window and use that. If that doesn't work, you should try the classname of the application.

Figuring out the classname would require the use of a utility such as WinSpy++.

Posted by member 69907 on 2003-10-13 17:08:45 link

ok thanks, especially that winspy++.

btw, if anybodys wondering, bsplayer has the play window as 'PLayF'.

Posted by member 7223 on 2003-10-14 00:52:28 link

I don't know why people who play with Class/Caption do not use literunner which allow you to assign a hotkey like this:
*hotkey CTRL WIN I !LiteRunnerIdentify

Posted by member 1783 on 2003-10-14 11:59:56 link

also LSTM2 has a built-in system to check the class 'n caption :) it's pretty handy.

Posted by member 99 on 2003-10-14 18:45:04 link

or !VWMExec !alert "^@wc^/^@wt^" with a certain vwm module, if you're into that sort of thing. (ugly, cryptic commands, that is)