aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Roledex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Roledex.hs')
-rw-r--r--XMonad/Layout/Roledex.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Layout/Roledex.hs b/XMonad/Layout/Roledex.hs
index 2a130c1..cc1ca50 100644
--- a/XMonad/Layout/Roledex.hs
+++ b/XMonad/Layout/Roledex.hs
@@ -32,8 +32,8 @@ import Data.Ratio
--
-- Then edit your @layoutHook@ by adding the Roledex layout:
--
--- > myLayouts = Roledex ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayouts }
+-- > myLayout = Roledex ||| etc..
+-- > main = xmonad defaultConfig { layoutHook = myLayout }
--
-- For more detailed instructions on editing the layoutHook see:
--