diff
README.md | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e12a4a2..ed7c418 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,14 @@
window manager - rock bottom of the x11 desktop minimalist pipeline
-[FYI](https://wayland.fyi) wayland is still way more minimal ;p
-
-[tinywm](http://incise.org/tinywm.html) fork
+window manager consists of the two programs, "wm" and "wmc", wm being the actual window manager
+and wmc being a small command client used to send control actions to wm via the shell. usually
+paired with a [hot-key daemon](https://git.larp.moe/dd/hkd). to see implemented wmc options run
+"wm" with no arguments.
Build:
- `make`
- `make ENABLE_EWMH=1` to include EWMH integration from `extras/ewmh/ewmh.c`
+
+see also
+- [tinywm](http://incise.org/tinywm.html) fork
+- [FYI](https://wayland.fyi) wayland is still way more minimal ;p