aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/NamedScratchpad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Util/NamedScratchpad.hs')
-rw-r--r--XMonad/Util/NamedScratchpad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/NamedScratchpad.hs b/XMonad/Util/NamedScratchpad.hs
index c3e0452..07af0a8 100644
--- a/XMonad/Util/NamedScratchpad.hs
+++ b/XMonad/Util/NamedScratchpad.hs
@@ -166,7 +166,7 @@ namedScratchpadFilterOutWorkspace = filter (\(W.Workspace tag _ _) -> tag /= scr
--
-- A simple use could be:
--
--- > logHook = dynamicLogWithPP . namedScratchpadFilterOutWorkspace $ defaultPP
+-- > logHook = dynamicLogWithPP . namedScratchpadFilterOutWorkspace $ def
--
-- Here is another example, when using "XMonad.Layout.IndependentScreens".
-- If you have handles @hLeft@ and @hRight@ for bars on the left and right screens, respectively, and @pp@ is a pretty-printer function that takes a handle, you could write