aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/DefaultConfig.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Config.hs (renamed from XMonad/DefaultConfig.hs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/DefaultConfig.hs b/XMonad/Config.hs
index a13d68a..5021328 100644
--- a/XMonad/DefaultConfig.hs
+++ b/XMonad/Config.hs
@@ -1,7 +1,7 @@
{-# OPTIONS -fno-warn-missing-signatures #-}
-----------------------------------------------------------------------------
-- |
--- Module : DefaultConfig.hs
+-- Module : XMonad.Config
-- Copyright : (c) Spencer Janssen 2007
-- License : BSD3-style (see LICENSE)
--
@@ -15,7 +15,7 @@
--
------------------------------------------------------------------------
-module XMonad.DefaultConfig (defaultConfig) where
+module XMonad.Config (defaultConfig) where
--
-- Useful imports