aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/BluetileCommands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Actions/BluetileCommands.hs')
-rw-r--r--XMonad/Actions/BluetileCommands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/BluetileCommands.hs b/XMonad/Actions/BluetileCommands.hs
index a8e0f2b..b410015 100644
--- a/XMonad/Actions/BluetileCommands.hs
+++ b/XMonad/Actions/BluetileCommands.hs
@@ -36,7 +36,7 @@ import System.Exit
--
-- Then edit your @handleEventHook@:
--
--- > main = xmonad defaultConfig { handleEventHook = serverModeEventHook' bluetileCommands }
+-- > main = xmonad def { handleEventHook = serverModeEventHook' bluetileCommands }
--
-- See the documentation of "XMonad.Hooks.ServerMode" for details on
-- how to actually invoke the commands from external programs.