Posted by member 12798 on 2003-11-10 17:55:55 link

there's also a hint in the docs how to get title or class via bang:
use !VWMExec !alert "^@wc^" for the class of the active window and !VWMExec !alert "^@wt^" for the title.
just put that into a hotkey, like:
*Hotkey CTRL+ALT X !VWMExec !alert "^@wc^"


setting up a working *VWMStartWindowsOnDesktop entry is a bit tricky, but you should be able to figure it out. i have this to start all miranda message windows on desk 4:
*VWMStartWindowsOnDesktop #t *Message*Session 4 1

note that you can't use quotes on it (i'm not sure about that... didn't work for me), but you can use * to replace spaces.