I have a setup where VLC is launched by another application at a fixed position and size, so the skin needs to have a static size. The skin has been created so that it is resizable, and the launching application sometimes needs to change the position and size. The thing is, using --width and --height just crops the skin.
Is there currently a method to make the skinned window resize itself from the command line?
If not, maybe I should make a feature request for an option to send a resize message to the window from the command line.