aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config/Desktop.hs
diff options
context:
space:
mode:
authorWirt Wolff <wirtwolff@gmail.com>2009-10-23 20:49:05 +0200
committerWirt Wolff <wirtwolff@gmail.com>2009-10-23 20:49:05 +0200
commit81bb12f8e71706501982d38e8682cdffbd3021da (patch)
tree73f830f46571382f12c33d15809b4309c1a8f6b9 /XMonad/Config/Desktop.hs
parentea2a76b1a25b6f605234e52cb6154973f91312a3 (diff)
downloadXMonadContrib-81bb12f8e71706501982d38e8682cdffbd3021da.tar.gz
XMonadContrib-81bb12f8e71706501982d38e8682cdffbd3021da.tar.xz
XMonadContrib-81bb12f8e71706501982d38e8682cdffbd3021da.zip
Doc namespace minor updates
Ignore-this: b3fd7de477f0a9ba6af1d8c78eb47754 Most signifigant changes are use unversioned links to external html, fix a couple of key binding examples, and double quotes that should have been single. darcs-hash:20091023184905-18562-289dca9ef6140e899ff6820bc8d2940cea2488bf.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Config/Desktop.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Config/Desktop.hs b/XMonad/Config/Desktop.hs
index 1ed164d..a90bc74 100644
--- a/XMonad/Config/Desktop.hs
+++ b/XMonad/Config/Desktop.hs
@@ -72,7 +72,7 @@ import qualified Data.Map as M
-- To configure xmonad for use with a DE or with DE tools like panels
-- and pagers, in place of @defaultConfig@ in your @~\/.xmonad/xmonad.hs@,
-- use @desktopConfig@ or one of the other desktop configs from the
--- @XMonad.Config@ hierarchy. The following setup and customization examples
+-- @XMonad.Config@ namespace. The following setup and customization examples
-- work the same way for the other desktop configs as for @desktopConfig@.
-- If you are using a specific DE config, import its module instead, and
-- use its config in place of @desktopConfig@ in the following examples.