aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks/PositionStoreHooks.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Hooks/PositionStoreHooks.hs')
-rw-r--r--XMonad/Hooks/PositionStoreHooks.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/PositionStoreHooks.hs b/XMonad/Hooks/PositionStoreHooks.hs
index 0818b1c..17ef59b 100644
--- a/XMonad/Hooks/PositionStoreHooks.hs
+++ b/XMonad/Hooks/PositionStoreHooks.hs
@@ -55,7 +55,7 @@ import qualified Data.Set as S
-- as 'positionStoreEventHook' to your event hooks. To be accurate
-- about window sizes, the module needs to know if any decoration is in effect.
-- This is specified with the first argument: Supply 'Nothing' for no decoration,
--- otherwise use 'Just defaultTheme' or similar to inform the module about the
+-- otherwise use 'Just def' or similar to inform the module about the
-- decoration theme used.
--
-- > myManageHook = positionStoreManageHook Nothing <+> manageHook def