<div dir="ltr"><div>Dear friends!</div><div>Is it possible to make some application's window to be <b>always</b> maximized? <br></div><div><br></div><div>Such code:</div><div>    <application class="Image Lounge"><br>          <maximized>yes</maximized><br>    </application></div><div>makes application only start maximized, but later the size can be changeable by application. <br></div><div><br></div><div>I wrote this code but it doesn't work either:</div><div>    <application class="Image Lounge"><br>          <maximized>yes</maximized><br>          <action name="if"><br>             <maximized>no</maximized><br>          <then><br>            <action name="Maximize"/><br>          </then><br>          </action><br>    </application></div><div><br></div><div>What I missed?</div><div><br></div><div>Sincerely yours,</div><div>Anton Vakulenko<br></div><div><br></div></div>