you can display the skype's windows where like you want and choose the size that you want with the XMoveWindow plugin built by Badubo !
for that download this: -
XMoveWindow
put XMoveWindow.dll in the repertory "plugins" of xlobby
add a new button text and display it where like you want, write this inside:
for the first windows :
- Code: Select all
plugin>XMoveWindow>tSkMainForm.UnicodeClass
for the second one :
- Code: Select all
plugin>XMoveWindow>TskChatForm.UnicodeClass
(where "tSkMainForm.UnicodeClass" abd "TskChatForm.UnicodeClass" are the skype's windows classname))
and in ID write this:
for the first windows:
- Code: Select all
skype_tSkMainForm.UnicodeClass
for the second one :
- Code: Select all
skype_TskChatForm.UnicodeClass
Where skype is the name of my screen. (change it if you need it)
Try it, it's very fine...
Later,