New layout module X.L.Dwindle

This adds three layouts:  Spiral is a reimplementation of X.L.Spiral.spiral
with a (to me) more intuitive splitting policy.  Dwindle is similar but pushes
the smaller windows into a corner rather than into the center.  Squeeze just
stacks windows vertically or horizontally using geometrically decreasing sizes.
This commit is contained in:
nzeh
2015-03-15 13:09:13 +00:00
parent 466f184c65
commit 00187576db
2 changed files with 211 additions and 0 deletions

View File

@@ -208,6 +208,7 @@ library
XMonad.Layout.DraggingVisualizer
XMonad.Layout.DragPane
XMonad.Layout.Drawer
XMonad.Layout.Dwindle
XMonad.Layout.DwmStyle
XMonad.Layout.FixedColumn
XMonad.Layout.Fullscreen