I am using OpenBox 3.5.<br><br>Is it possible to somehow disable the shrink behaviour when using GrowToEdge?<br><br>I have created the following key bindings and the shrink function makes it a bit weird when the window is already at the screen edge as the keybinding essentially becomes reversed.<br>
<br> <keybind key="W-C-Right"><br> <action name="UnmaximizeFull"/><br> <action name="MaximizeVert"/><br> <action name="ShrinkToEdge"><br> <direction>east</direction><br>
</action><br> </keybind><br> <keybind key="W-C-Left"><br> <action name="UnmaximizeFull"/><br> <action name="MaximizeVert"/><br> <action name="GrowToEdge"><br>
<direction>west</direction><br> </action><br> </keybind><br> <keybind key="W-A-Right"><br> <action name="UnmaximizeFull"/><br> <action name="MaximizeVert"/><br>
<action name="GrowToEdge"><br> <direction>east</direction><br> </action><br> </keybind><br> <keybind key="W-A-Left"><br> <action name="UnmaximizeFull"/><br>
<action name="MaximizeVert"/><br> <action name="ShrinkToEdge"><br> <direction>west</direction><br> </action><br> </keybind><br><br>I would rather it do nothing once it hits the screen edge in the event of me clicking to many times by accident.<br>
<br>Thanks so much for the fantastic program in any case.<br><br>James<br>