<div dir="ltr">Hi Daniel,<div><br></div><div>Thank you for your response.  I've spent the last few days trying to compile and run xmonad locally without much success.</div><div>Would there be any chance you could make this change so that it might get into 0.13 before it gets released?</div><div><br></div><div>Otherwise, I'll continue to try and get xmonad to run locally.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 23, 2016 at 6:32 AM, Daniel Wagner <span dir="ltr"><<a href="mailto:dmwit@dmwit.com" target="_blank">dmwit@dmwit.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>I think I'd consider that a bug, and it's probably easy enough to fix it. This is a guess based on reading the source, so you should verify for yourself whether this changes things appropriately, but...<br><br>In XMonad.Layout.ThreeColumns.<wbr>split3HorizontallyBy, swap the second two elements of the triple in the True branch, so that it reads:<br><br></div>    then ( Rectangle (sx + fromIntegral r3w) sy r1w sh<br></div>         , Rectangle sx sy r3w sh<br></div>         , Rectangle (sx + fromIntegral r3w + fromIntegral r1w) sy r2w sh )<br><br></div>~d<br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Tue, Oct 18, 2016 at 12:02 AM, Eyal Erez <span dir="ltr"><<a href="mailto:oneself@gmail.com" target="_blank">oneself@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><pre>Hi,

I have an ultrawide monitor and so I use ThreeColumns most of the
time.  I create it like so:

    ThreeColMid 1 (3/100) (1/3)

This works fine, however, I'm getting some strange behavior when
creating an closing windows.  I hope I can explain this with a small
diagram which shows window location as I create and close apps:

CREATE
1 [   a   ]
2 [b][ a  ]
3 [a][c][b]

CLOSE
1 [a][c][b]
2 [b][ a  ]
3 [   a   ]

So, when going from 2 to 3 open windows, window "a" and "b" switch
location for some reason. in step #2 "b" is on the left and "a" is on
the right, but when a third window is added (or removed) they swap
locations.  This is very confusing.

Is there anyway I can cause this to stop happening?  It would also be
nice if window "b" was created into the active location, but that's
more of a nitpick.

Thank you

-- 
There are 10 types of people, those who know binary and those who don't.






</pre></div><span class="m_7428802350760516745HOEnZb"><font color="#888888">
</font></span><br></div></div>______________________________<wbr>_________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org" target="_blank">xmonad@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bi<wbr>n/mailman/listinfo/xmonad</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="'courier new', monospace"><b>Eyal Erez <</b><a href="mailto:oneself@gmail.com" target="_blank"><b>oneself@gmail.com</b></a><b>></b><br><br></font><div><div><font face="'courier new', monospace">There are 10 types of people, those who know binary and those who don't.</font></div></div><div><font face="'courier new', monospace"><br></font></div></div></div>
</div>