aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/SimplestFloat.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/SimplestFloat.hs')
-rw-r--r--XMonad/Layout/SimplestFloat.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/SimplestFloat.hs b/XMonad/Layout/SimplestFloat.hs
index f9433ee..8e98342 100644
--- a/XMonad/Layout/SimplestFloat.hs
+++ b/XMonad/Layout/SimplestFloat.hs
@@ -34,7 +34,7 @@ import XMonad.Util.XUtils (fi)
-- Then edit your @layoutHook@ by adding the SimplestFloat layout:
--
-- > myLayout = simplestFloat ||| Full ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayout }
+-- > main = xmonad def { layoutHook = myLayout }
--
-- For more detailed instructions on editing the layoutHook see:
--