sowm

An itsy bitsy floating window manager (220~ sloc!).
git clone git://mfeller.io/sowm.git
Log | Files | Refs | README | LICENSE

commit c4e64e27b722736df04aa37e4f1fffe658e32793
parent a20543402cf165901d09c5044770b70d0748c38d
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Tue, 15 Oct 2019 17:33:40 +0300

docs: update

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -62,7 +62,7 @@ An itsy bitsy floating window manager (*270~ sloc / 24kb compiled!*). ## Installation -1) Modify `config.h` to suit your needs. +1) Copy `config.def.h` to `config.h` and modify it to suit your needs. 2) Run `make` to build `sowm`. 3) Copy it to your path or run `make install`. - `DESTDIR` and `PREFIX` are supported.