summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDaniel Wagner <daniel@wagner-home.com>2013-05-28 02:35:31 +0200
committerDaniel Wagner <daniel@wagner-home.com>2013-05-28 02:35:31 +0200
commit9e5fe03ca436b3d794c1d149d62d4f66d6aeecfd (patch)
tree7935f915d4cd57b6ebc14c438c6050845d18accf /man
parentc98c1047d546353600d482c8ddc721d34c834125 (diff)
downloadmetatile-9e5fe03ca436b3d794c1d149d62d4f66d6aeecfd.tar
metatile-9e5fe03ca436b3d794c1d149d62d4f66d6aeecfd.zip
depend on data-default, and deprecate the monomorphic name defaultConfig
Ignore-this: 1e746731695df3b6f684d5463a3da6a4 darcs-hash:20130528003531-76d51-cb0d530829e7ad54445399456421f3fa7fe231df
Diffstat (limited to 'man')
-rw-r--r--man/xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/xmonad.hs b/man/xmonad.hs
index ea99d04..baf5189 100644
--- a/man/xmonad.hs
+++ b/man/xmonad.hs
@@ -258,7 +258,7 @@ main = xmonad defaults
--
-- No need to modify this.
--
-defaults = defaultConfig {
+defaults = def {
-- simple stuff
terminal = myTerminal,
focusFollowsMouse = myFocusFollowsMouse,