aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/ThreeColumns.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/ThreeColumns.hs')
-rw-r--r--XMonad/Layout/ThreeColumns.hs10
1 files changed, 7 insertions, 3 deletions
diff --git a/XMonad/Layout/ThreeColumns.hs b/XMonad/Layout/ThreeColumns.hs
index ae33f33..7fe0d22 100644
--- a/XMonad/Layout/ThreeColumns.hs
+++ b/XMonad/Layout/ThreeColumns.hs
@@ -13,14 +13,14 @@
-- A layout similar to tall but with three columns. With 2560x1600 pixels this
-- layout can be used for a huge main window and up to six reasonable sized
-- slave windows.
---
--- Screenshot: <http://server.c-otto.de/xmonad/ThreeColumnsMiddle.png>
---
-----------------------------------------------------------------------------
module XMonad.Layout.ThreeColumns (
-- * Usage
-- $usage
+
+ -- * Screenshots
+ -- $screenshot
ThreeCol(..)
) where
@@ -55,6 +55,10 @@ import Control.Monad
--
-- "XMonad.Doc.Extending#Editing_the_layout_hook"
+
+-- $screenshot
+-- <<http://server.c-otto.de/xmonad/ThreeColumnsMiddle.png>>
+
-- | Arguments are nmaster, delta, fraction
data ThreeCol a = ThreeColMid { threeColNMaster :: !Int, threeColDelta :: !Rational, threeColFrac :: !Rational}
| ThreeCol { threeColNMaster :: !Int, threeColDelta :: !Rational, threeColFrac :: !Rational}