aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Replace.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Util/Replace.hs')
-rw-r--r--XMonad/Util/Replace.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Util/Replace.hs b/XMonad/Util/Replace.hs
index 110f701..49eda82 100644
--- a/XMonad/Util/Replace.hs
+++ b/XMonad/Util/Replace.hs
@@ -40,7 +40,7 @@ import Control.Monad
-- > import XMonad.Util.Replace
-- > main = do
-- > replace
--- > xmonad $ defaultConfig { .... }
+-- > xmonad $ def { .... }
--
-- $shortcomings
@@ -61,7 +61,7 @@ import Control.Monad
-- > main = do
-- > args <- getArgs
-- > when ("--replace" `elem` args) replace
--- > xmonad $ defaultConfig { .... }
+-- > xmonad $ def { .... }
--
--
-- Note that your @~\/.xmonad/xmonad-$arch-$os@ binary is not run with the same