From d31b4dd20f8699fa9a1b13c17aaa1c8c83005b7c Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sat, 26 Nov 2011 11:35:41 +0200 Subject: readme fixtures --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'README.md') 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 -- cgit v1.3.1