Re !<br><br>It's works for the windows move :<br><br> <keybind key="S-W-Right"><br> <action name="MoveResizeTo"><br> <width>current + 30</width><br> </action><br>
</keybind><br> <keybind key="S-W-Left"><br> ....<br><br>But doesn't work as I want for the windows resize, i try on a terminal, it's works but on a xcalc for example, the increment is too small (characters vs pixels I suppose)<br>
<br> <keybind key="S-W-Right"><br> <action name="ResizeRelative"><br> <right>30</right><br> </action><br> </keybind><br><br>I try with MoveResizeTo without success too :<br>
<br> <keybind key="S-W-Right"><br> <action name="MoveResizeTo"><br> <width>30</width> <!-- <width>current + 30</width> --><br> </action><br>
</keybind><br><br>So, what my mistake ?<br><br>Thanks<br><br><div><span class="gmail_quote">2008/4/3, Mikael Magnusson <<a href="mailto:mangosoft@comhem.se">mangosoft@comhem.se</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_119145a93454819e_0">On Thu, 3 Apr 2008, Sylvain wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi !<br>
<br>
I'm new to Openbox and at first glance, it's a cool WM, nice work :-)<br>
I have a problem : I try to move or resize a window with a specified value<br>
in pixel but apparently, it's not possible, can you confirm this ?<br>
<br>
Example of what I want :<br>
<br>
<keybind key="S-W-Right"><br>
<action name="Resize" value="x+100" /><br>
</keybind><br>
<br>
<keybind key="S-W-Up"><br>
<action name="Resize" value="y+100" /><br>
</keybind><br>
</blockquote>
<br>
</span></div><span class="q"><a href="http://icculus.org/openbox/index.php/Help:Actions#ResizeRelative" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://icculus.org/openbox/index.php/Help:Actions#ResizeRelative</a><br>
<br></span>
--<br><span class="sg">
Mikael Magnusson</span><div><span class="e" id="q_119145a93454819e_4"><br>
<br>
---<br>
To unsubscribe, send a blank email to <a href="mailto:openbox-unsubscribe@icculus.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">openbox-unsubscribe@icculus.org</a><br>
Mailing list archives: <a href="http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?24" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?24</a><br>
<br>
<br>
</span></div></blockquote></div><br>