aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Drawer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Drawer.hs')
-rw-r--r--XMonad/Layout/Drawer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Drawer.hs b/XMonad/Layout/Drawer.hs
index 9ced1a2..1dc0975 100644
--- a/XMonad/Layout/Drawer.hs
+++ b/XMonad/Layout/Drawer.hs
@@ -48,7 +48,7 @@ import XMonad.Layout.Reflect
-- > where
-- > drawer = simpleDrawer 0.01 0.3 (ClassName "Rhythmbox" `Or` ClassName "Xchat")
-- >
--- > main = xmonad defaultConfig { layoutHook = myLayout }
+-- > main = xmonad def { layoutHook = myLayout }
--
-- This will place the Rhythmbox and Xchat windows in at the top of the screen
-- only when using the 'Tall' layout. See "XMonad.Util.WindowProperties" for