lxde-rc.xml - application geometry
Posted: Thu Feb 10, 2011 1:40 pm
hello everyone this is my first post here ... I recently switched to debian + lxde and i`m really happy with my choice
My question is, is there any way to specify the geometry of the window I made this for example
can I specify the geometry of the window ?
Thx ...

My question is, is there any way to specify the geometry of the window I made this for example
Code: Select all
<application name="smplayer" class="Smplayer">
<decor>yes</decor>
<shade>no</shade>
<position>
<x>center</x>
<y>400</y>
<monitor>1</monitor>
</position>
<focus>no</focus>
<desktop>2</desktop>
<iconic>no</iconic>
<skip_pager>no</skip_pager>
<skip_taskbar>no</skip_taskbar>
<fullscreen>no</fullscreen>
<maximized>false</maximized>
</application>
Thx ...