diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-11-26 11:35:41 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-11-26 11:40:44 +0200 |
| commit | d31b4dd20f8699fa9a1b13c17aaa1c8c83005b7c (patch) | |
| tree | d2643eaef9c128b5c1e1fd4bbdb02c14fea2346d | |
| parent | 4346b2604c2298251445c1470b837d2c9a6e0e95 (diff) | |
readme fixtures
| -rw-r--r-- | README.md | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -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 |
