diff options
Diffstat (limited to '')
-rw-r--r-- | ThreeColumns.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ThreeColumns.hs b/ThreeColumns.hs index faa1dd9..76faf6e 100644 --- a/ThreeColumns.hs +++ b/ThreeColumns.hs @@ -37,7 +37,10 @@ import Graphics.X11.Xlib -- -- and add, to the list of layouts: -- --- > threeCol +-- > threeCol nmaster delta ratio + +-- %import XMonadContrib.ThreeColumns +-- %layout , threeCol nmaster delta ratio threeCol :: Int -> Rational -> Rational -> Layout a threeCol nmaster delta frac = |