Thanks I see now...<br><br>Cheers<br><br><div class="gmail_quote">On Fri, May 31, 2013 at 1:43 PM, Sébastien <span dir="ltr"><<a href="mailto:ml@terranean.eu" target="_blank">ml@terranean.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, 30 May 2013 12:18:35 +0200 Tymoteusz Jankowski wrote:<br>
> Like the topic.. I'd like to change bindings in client-menu(alt-space<br>
> menu).<br>
</div>(...)<br>
<div class="im">> alt-space > x button: maximize window<br>
> alt-space > x button: restore if maximzed<br>
> alt-space > i button: iconifies window<br>
<br>
</div>Alternatively, if you don't want to dive into the source code, you can<br>
always control windows with wmctrl and bind a key to the command.<br>
<br>
For example, to maximise the focused window:<br>
$ wmctrl -r "`xdotool getactivewindow getwindowname`" -b \<br>
toggle,maximized_horz,maximized_vert<br>
<br>
More straightforward but can come useful depending on your needs.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sébastien<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
</div></div></blockquote></div><br>