aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/MouseResizableTile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/MouseResizableTile.hs')
-rw-r--r--XMonad/Layout/MouseResizableTile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/MouseResizableTile.hs b/XMonad/Layout/MouseResizableTile.hs
index 1b6e558..277dfde 100644
--- a/XMonad/Layout/MouseResizableTile.hs
+++ b/XMonad/Layout/MouseResizableTile.hs
@@ -48,7 +48,7 @@ import Control.Applicative((<$>))
-- will not work correctly here because of the use of the mouse.)
--
-- > myLayout = mouseResizableTile ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayout }
+-- > main = xmonad def { layoutHook = myLayout }
--
--
-- For more detailed instructions on editing the layoutHook see: