there is a way to do it using the plugin xmovewindow:
the last version is here:
xmovewindow
put the dll in theplugins repertory.
on the screen where you want to show the visualisation, add a new text (what ever you want in a first time) replace it and resize it like you want and then, in ID, write "
screenname_
classname" (where screenname is the name of your screen and classname is theclasse name of the window that you want to show)
then replace the text by "plugin>XMoveWindow>
classname"
it's done
For example, I'm using milkdrop visualisation with foobar and the milkdrop window's is display on the screen "albumtracks".
mu classname is "foo_vis_bacon_embedomatic" (you can use girder to know your classname)
in ID I wrote :
- Code: Select all
albumtracks_foo_vis_bacon_embedomatic
and in text I wrote :
- Code: Select all
plugin>XMoveWindow>foo_vis_bacon_embedomatic
the result
you can use this plugin (built by Badubo
) with the windows of softs that you want.
there are also some commands that you can use
Later,