From 8a1f8d5788711f6041a2f894a9e8aae5cb5f5272 Mon Sep 17 00:00:00 2001 From: Luis Lavaire Date: Thu, 2 Jan 2025 00:53:30 -0600 Subject: [PATCH] Elaborate. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a79fcaf..164c347 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,14 @@ to its complexity, you cannot modify it? ;) ## How? +The very essential things a window manager should let me do are: + +- Launch applications (which might create new windows). +- Switch between windows. +- Close windows. + +Well, so that's all what `mwm` lets you do. + Two macros are available for assigning keybindings: `grab` and `map`. Read `mwm-custom.c` for an example on how to use them (my own setup). @@ -44,5 +52,4 @@ them to actions. ## Building. Run `./build.sh`. Pass `CC=...` to use a different C compiler (I use `tcc`). - Dead simple.