aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Themes.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Util/Themes.hs')
-rw-r--r--XMonad/Util/Themes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/Themes.hs b/XMonad/Util/Themes.hs
index 576f84c..61352d6 100644
--- a/XMonad/Util/Themes.hs
+++ b/XMonad/Util/Themes.hs
@@ -56,7 +56,7 @@ import XMonad.Layout.Decoration
-- >
-- > myLayout = tabbed shrinkText (theme smallClean)
-- >
--- > main = xmonad defaultConfig {layoutHook = myLayout}
+-- > main = xmonad def {layoutHook = myLayout}
--
-- If you have a theme you would like to share, adding it to this
-- module is very easy.