lxde-rc.xml - application geometry

Please post all general support questions for LXDE here.
Locked
voidw0rd
Posts: 1
Joined: Thu Feb 10, 2011 1:35 pm

lxde-rc.xml - application geometry

Post by voidw0rd »

hello everyone this is my first post here ... I recently switched to debian + lxde and i`m really happy with my choice :D

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> 
can I specify the geometry of the window ?


Thx ...
Locked