aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks/Script.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Hooks/Script.hs')
-rw-r--r--XMonad/Hooks/Script.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/Script.hs b/XMonad/Hooks/Script.hs
index 82e4868..b298920 100644
--- a/XMonad/Hooks/Script.hs
+++ b/XMonad/Hooks/Script.hs
@@ -34,7 +34,7 @@ import XMonad
-- For example, if you wanted to run the hook "startup" in your script every
-- time your startup hook ran, you could modify your xmonad config as such:
--
--- > main = xmonad $ defaultConfig {
+-- > main = xmonad $ def {
-- > ...
-- > startupHook = execScriptHook "startup"
-- > ...