Anders Engström cff3343a8c Fix render order of LayoutHints and MultiColumns
Before this fix, when using layoutHintsToCenter together with
MultiColumns, in certain situations XMonad would render the border of
the focused window below a border of unfocused windows. This looks odd
and is here fixed by changing MultiColumns to always place the focused
window in front (even though they should not really overlap) and making
LayoutHints preserve the order returned from the underlying layout,
except for the focused window that is placed on top.

This is a good idea since layoutHintsToCenter requires the focused
window to be on top for good rendering, even if that is not really
required when the underlying layout is used on its own. This way
layoutHintsToCenter requires less of the layout that is modified and
MultiColumns is more compatible with future layout modifiers that are
not so considerate.
2017-05-24 22:18:34 +02:00
..
2010-03-14 21:00:01 +00:00
2009-10-22 04:11:26 +00:00
2013-05-28 00:58:25 +00:00
2015-03-15 13:09:13 +00:00
2013-05-28 00:58:25 +00:00
2013-05-28 00:58:25 +00:00
2010-10-01 10:41:42 +00:00
2013-05-28 00:58:25 +00:00
2015-05-02 04:53:53 +00:00
2016-06-30 15:33:15 -04:00
2012-11-09 01:41:56 +00:00