aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-12-11 16:04:06 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-12-11 16:04:09 +0200
commitc9db406c242baf6d3d9c6471a1401877c075a170 (patch)
treec15e08b905b04b610bd1597f679d4477f18b7e1b /README.md
parentd2cce3343cdb3a08c3bca78b57826b97ca7b69ed (diff)
rename and update default configuration
config.h.def -> config.def.h update to match current state of code update readme to reference config.def.h also minor corrections for readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 7 insertions, 10 deletions
diff --git a/README.md b/README.md
index 4d64b36..aef6275 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ dminiwm
### ~ it's minimal and dynamic
[moetunes][] started this from [catwm][] 31/12/10 ([ArchLinux forums][catf])
-Credits and licensing included in `dminiwm.c` and/or `config.h.def`.
+Credits and licensing included in `dminiwm.c` and/or `config.def.h`.
For screenshots and ramblings/updates check [the topic on ArchLinux forums][dminif]
[moetunes]: https://github.com/moetunes
@@ -17,8 +17,8 @@ Summary
-------
**dminiwm** is a very minimal and lightweight dynamic tiling window manager.
-I will try to stay under 1000 SLOC.
-Currently under 950 lines with the config file included.
+It will try to stay under 1000 SLOC.
+Currently under 800 lines with the config file included.
Modes
@@ -84,13 +84,12 @@ Installation
------------
You need Xlib, then,
-copy the `config.h.deh` file as `config.h`
+copy the `config.def.h` file as `config.h`
and edit to suit your needs.
-Build and install the project.
-
- $ cp config.h.def config.h
- $ $EDITOR config.h # optional
+Build and install.
+ $ cp config.def.h config.h
+ $ $EDITOR config.h
$ make
# make clean install
@@ -98,8 +97,6 @@ Build and install the project.
Bugs
----
-No bugs for the moment ;) (I mean, no importants bugs)
-
For any issues report at [the topic on ArchLinux forums][dminif],
or [fill an issue][bug] on [GitHub][ghp]