From 5696abb8ad96c95732fa69d814f0f8f5151705cf Mon Sep 17 00:00:00 2001 From: Devin Mullins Date: Sun, 14 Oct 2007 02:53:42 +0200 Subject: whitespace cleanup in Config.hs darcs-hash:20071014005342-78224-79a413c171ca2839a59692d5acd8c6b4f5ac403e --- Config.hs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index 9a2f8d6..2c1ee53 100644 --- a/Config.hs +++ b/Config.hs @@ -3,20 +3,20 @@ -- Module : Config.hs -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) --- +-- -- Maintainer : dons@galois.com -- Stability : stable -- Portability : portable --- +-- -- This module specifies configurable defaults for xmonad. If you change -- values here, be sure to recompile and restart (mod-q) xmonad, -- for the changes to take effect. --- +-- ------------------------------------------------------------------------ module Config where --- +-- -- Useful imports -- import XMonad @@ -144,7 +144,7 @@ layouts = [ Layout tiled delta = 3%100 -- | The top level layout switcher. Most users will not need to modify this binding. --- +-- -- By default, we simply switch between the layouts listed in `layouts' -- above, but you may program your own selection behaviour here. Layout -- transformers, for example, would be hooked in here. @@ -159,7 +159,7 @@ serialisedLayouts :: [Layout Window] serialisedLayouts = layoutHook : layouts ------------------------------------------------------------------------ --- Logging +-- Logging -- | Perform an arbitrary action on each internal state change or X event. -- Examples include: @@ -175,7 +175,7 @@ logHook = return () -- Key bindings: -- | The xmonad key bindings. Add, modify or remove key bindings here. --- +-- -- (The comment formatting character is used when generating the manpage) -- keys :: M.Map (KeyMask, KeySym) (X ()) -- cgit v1.2.3