aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-26 11:35:41 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-26 11:40:44 +0200
commitd31b4dd20f8699fa9a1b13c17aaa1c8c83005b7c (patch)
treed2643eaef9c128b5c1e1fd4bbdb02c14fea2346d /README.md
parent4346b2604c2298251445c1470b837d2c9a6e0e95 (diff)
readme fixtures
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 14 insertions, 9 deletions
diff --git a/README.md b/README.md
index fac492d..0170f5a 100644
--- a/README.md
+++ b/README.md
@@ -3,26 +3,29 @@ dminiwm
### ~ it's minimal and dynamic
-I started this from [catwm][cwm] 31/12/10 ([ArchLinux forums][cwmf])
+[moetunes][] started this from [catwm][] 31/12/10 ([ArchLinux forums][catf])
Credits and licensing included in `dminiwm.c` and/or `config.h.def`.
-For screenshots and ramblings/updates check [the topic on ArchLinux forums][dmnf]
+For screenshots and ramblings/updates check [the topic on ArchLinux forums][dminif]
+
+ [moetunes]: https://github.com/moetunes
+ [catwm]: https://github.com/pyknite/catwm
+ [catf]: https://bbs.archlinux.org/viewtopic.php?id=100215&p=1
+ [dminif]: https://bbs.archlinux.org/viewtopic.php?id=126463
- [cwm]: https://github.com/pyknite/catwm
- [cwmf]: https://bbs.archlinux.org/viewtopic.php?id=100215&p=1
- [dmnf]: https://bbs.archlinux.org/viewtopic.php?id=126463
Summary
-------
**dminiwm** is a very minimal and lightweight dynamic tiling window manager.
I will try to stay under 1000 SLOC.
-Currently under 900 lines with the config file included.
+Currently under 950 lines with the config file included.
+
Modes
-----
It allows the "normal" method of tiling window managers (with the new window as the master)
-and with the new window opened at the bottom of the stack (like dwm's attach_aside)
+and with the new window opened at the bottom of the stack (like dwm's attach\_aside)
---
@@ -95,7 +98,8 @@ Installation
------------
You need Xlib, then,
-copy the `config.h.deh` file as `config.h` and edit to suit your needs.
+copy the `config.h.deh` file as `config.h`
+and edit to suit your needs.
Build and install the project.
$ cp config.h.def config.h
@@ -105,12 +109,13 @@ Build and install the project.
# make install
$ make clean
+
Bugs
----
No bugs for the moment ;) (I mean, no importants bugs)
-For any issues report at [the topic on ArchLinux forums][dmnf],
+For any issues report at [the topic on ArchLinux forums][dminif],
or [fill an issue][bug] on [GitHub][ghp]
[bug]: https://github.com/moetunes/dminimalwm/issues