summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-11-16 19:42:27 +0100
committerDon Stewart <dons@galois.com>2007-11-16 19:42:27 +0100
commit8dedb97d61b7ff7468ed70cadf111110bb4e0659 (patch)
tree4dd7ed8ea59d2252902657211945aac9a67eda24
parent7c658a0df48f86754e193fff7c0f490472215dd5 (diff)
downloadmetatile-8dedb97d61b7ff7468ed70cadf111110bb4e0659.tar
metatile-8dedb97d61b7ff7468ed70cadf111110bb4e0659.zip
some more tweaks
darcs-hash:20071116184227-cba2c-a504304e16bbba31135f355804a1d25c4e287c54
-rw-r--r--CONFIG10
-rw-r--r--TODO5
2 files changed, 6 insertions, 9 deletions
diff --git a/CONFIG b/CONFIG
index e7c5f41..e719e99 100644
--- a/CONFIG
+++ b/CONFIG
@@ -9,13 +9,9 @@ on startup.
== A simple example ==
-Here is a basic example, which takes defaults from xmonad, and overrides
-the border width, default terminal, and some colours:
-
- --
- -- An example, simple ~/.xmonad/xmonad.hs file.
- -- It overrides a few basic settings, reusing all the other defaults,
- --
+Here is a basic example, which overrides the default border width,
+default terminal, and some colours. This text goes in the file
+$HOME/.xmonad/xmonad.hs :
import XMonad
diff --git a/TODO b/TODO
index 902b364..155c8b6 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,7 @@
* document, with photos, any new layouts
* double check README build instructions
* test core with 6.6 and 6.8
-* upload X11/xmonad to hacakge
-* check examples/text in use-facing Config.hs
+* bump xmonad.cabal version and X11 version
+* upload X11 and xmonad to hackage
+* check examples/text in user-facing Config.hs
* check tour.html and intro.html are up to date, and mention all core bindings