I'm using a desktop shortcut that opens mplayer in a lxterminal like this:
Code: Select all
[Desktop Entry]
Type=Application
Name=Webcam
Comment=
Exec=lxterminal -e mplayer tv:// -tv driver=v4l2:width=640:device=/dev/video0:fps=20:outfmt=yuy2 –geometry 50:50 -xy 960
Terminal=false
Hidden=false
Can I supply a parameter to lxterminal in the above desktop shortcut that will keep the lxterminal in a specific location of the screen so I can cover it with the mplayer window?
Thanks,
Tom