git.strcat.st

/strcat/wm.git/ - summarytreelogarchivereleases

subject
update README
commit
637ea0c3d124f1b0aed5d25de9140cbd01e448b9
date
2026-04-28T18:24:04Z
message
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