<br><br><div class="gmail_quote">On Wed, Dec 19, 2012 at 2:33 AM, Chris Green <span dir="ltr"><<a href="mailto:cl@isbd.net" target="_blank">cl@isbd.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It seems that lxterminal knows about the size parameters of the<br>
--geometry parameter but not the position ones.<br>
<br>
Is there any way to position an lxterminal window when starting it?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br><br></font></span></blockquote><div><br><br>Will this help?<br><a href="http://icculus.org/pipermail/openbox/2010-January/006449.html">http://icculus.org/pipermail/openbox/2010-January/006449.html</a><br><br><pre style="background-color:rgb(170,170,170);color:black!important;font-family:Ubuntu!important;font-size:medium;font-style:normal;font-variant:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;background-repeat:initial initial!important">
Putting

<application name="evince">
     <decor>no</decor>
     <position force="yes">
         <x>50</x> <!-- replace 50, 200 with whatever you like -->
         <y>200</y>
     </position>
</application>

inside the application tags of my rc.xml file worked for evince.</pre> </div></div><br>