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>    &lt;keybind key=&quot;W-C-Right&quot;&gt;<br>      &lt;action name=&quot;UnmaximizeFull&quot;/&gt;<br>      &lt;action name=&quot;MaximizeVert&quot;/&gt;<br>      &lt;action name=&quot;ShrinkToEdge&quot;&gt;<br>        &lt;direction&gt;east&lt;/direction&gt;<br>
      &lt;/action&gt;<br>    &lt;/keybind&gt;<br>    &lt;keybind key=&quot;W-C-Left&quot;&gt;<br>      &lt;action name=&quot;UnmaximizeFull&quot;/&gt;<br>      &lt;action name=&quot;MaximizeVert&quot;/&gt;<br>      &lt;action name=&quot;GrowToEdge&quot;&gt;<br>
        &lt;direction&gt;west&lt;/direction&gt;<br>      &lt;/action&gt;<br>    &lt;/keybind&gt;<br>    &lt;keybind key=&quot;W-A-Right&quot;&gt;<br>      &lt;action name=&quot;UnmaximizeFull&quot;/&gt;<br>      &lt;action name=&quot;MaximizeVert&quot;/&gt;<br>
      &lt;action name=&quot;GrowToEdge&quot;&gt;<br>        &lt;direction&gt;east&lt;/direction&gt;<br>      &lt;/action&gt;<br>    &lt;/keybind&gt;<br>    &lt;keybind key=&quot;W-A-Left&quot;&gt;<br>      &lt;action name=&quot;UnmaximizeFull&quot;/&gt;<br>
      &lt;action name=&quot;MaximizeVert&quot;/&gt;<br>      &lt;action name=&quot;ShrinkToEdge&quot;&gt;<br>        &lt;direction&gt;west&lt;/direction&gt;<br>      &lt;/action&gt;<br>    &lt;/keybind&gt;<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>