Elaborate.
This commit is contained in:
parent
d5a8c15a6a
commit
8a1f8d5788
1 changed files with 8 additions and 1 deletions
|
|
@ -35,6 +35,14 @@ to its complexity, you cannot modify it? ;)
|
||||||
|
|
||||||
## How?
|
## 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
|
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).
|
`mwm-custom.c` for an example on how to use them (my own setup).
|
||||||
|
|
||||||
|
|
@ -44,5 +52,4 @@ them to actions.
|
||||||
## Building.
|
## Building.
|
||||||
|
|
||||||
Run `./build.sh`. Pass `CC=...` to use a different C compiler (I use `tcc`).
|
Run `./build.sh`. Pass `CC=...` to use a different C compiler (I use `tcc`).
|
||||||
|
|
||||||
Dead simple.
|
Dead simple.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue