aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-11-23 15:04:51 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2007-11-23 15:04:51 +0100
commit10a25ecc622bb3c2308005093a061857d484b8b6 (patch)
tree2cc51f52c819c36d5ec75ebb1c294101ae9e05e2 /XMonad
parent18d33e8280e5dc4c36be328b48b7d5e337804edb (diff)
downloadXMonadContrib-10a25ecc622bb3c2308005093a061857d484b8b6.tar.gz
XMonadContrib-10a25ecc622bb3c2308005093a061857d484b8b6.tar.xz
XMonadContrib-10a25ecc622bb3c2308005093a061857d484b8b6.zip
Roledex: haddock fixes
darcs-hash:20071123140451-32816-426e583817aa6103bae045da29019172bf96a187.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Layout/Roledex.hs14
1 files changed, 10 insertions, 4 deletions
diff --git a/XMonad/Layout/Roledex.hs b/XMonad/Layout/Roledex.hs
index 0c4eb5f..4c61b5d 100644
--- a/XMonad/Layout/Roledex.hs
+++ b/XMonad/Layout/Roledex.hs
@@ -27,12 +27,18 @@ import Graphics.X11.Xlib
import Data.Ratio
-- $usage
+-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
--
-- > import XMonad.Layout.Roledex
--- > layouts = [ Layout Roledex ]
-
--- %import XMonad.Layout.Roledex
--- %layout , Layout Roledex
+--
+-- Then edit your @layoutHook@ by adding the Roledex layout:
+--
+-- > myLayouts = Roledex ||| etc..
+-- > main = xmonad dafaultConfig { layoutHook = myLayouts }
+--
+-- For more detailed instructions on editing the layoutHook see:
+--
+-- "XMonad.Doc.Extending#Editing_the_layout_hook"
data Roledex a = Roledex deriving ( Show, Read )