<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFCC" text="#333333">
    <div class="moz-cite-prefix">Hello,<br>
      thank you for this beautiful script.<br>
      the way i see it it isn't even openbox-specific!<br>
      however, my question was:<br>
      <br>
      >>  I am searching for good examples of manual tiling that
      can be achieved with openbox only, as far as possible.<br>
      <br>
      i was thinking esp. the new "If" Action might open many new
      possibilities to do some semimanual tiling with openbox only.<br>
      i tried to use "If" once or twice but soon got lost in the depths
      of the xml tree...<br>
      <br>
      so, the question remains:<br>
      what can be achieved with openbox only?<br>
      <br>
      <br>
      On 23/06/16 23:10, Antoine Vigouroux wrote:<br>
    </div>
    <blockquote
      cite="mid:1ad98ba7-5d36-bf00-522d-2d40a04e36a9@cri-paris.org"
      type="cite">Hello,
      <br>
      <br>
      I'm using a custom script to tile my windows, and I'm pretty happy
      with it at the moment. I put the script as an attachment because
      it is not on GitHub, and I could never find time to write a proper
      documentation... When it is executed, it tiles the windows so the
      central separation line is at the level of the cursor. You can
      also use the -c option to have a centered tiling (that's useful
      for keybindings).
      <br>
      <br>
      Here is what I have in my config file to start it, so when I click
      while pressing Control the windows get tiled:
      <br>
      <br>
      <mousebind action="Press" button="C-Right">
      <br>
              <action name="Execute">
      <br>
               
      <command>/home/antoine/Python/Tuile/tuile.py</command>
      <br>
              </action>
      <br>
      </mousebind>
      <br>
      <br>
      Hope it helps!
      <br>
      <br>
      Antoine
      <br>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>