summaryrefslogtreecommitdiff
path: root/README
blob: 54537c3a5c97009345cc5dde862a61b1b14d1e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
-*- text -*-

This is a window manager for the X Window System written entirely with
XCB, the straight X protocol binding to the C language. It doesn't use
libX11 at all.

mcwm is a rather minimalist, floating window manager. The only window
decoration is a thin border. All functions can be done with the
keyboard, but moving, resizing, raising and lowering can also be done
with the mouse.

If you don't like the default key bindings, border width, et cetera,
look in the config.h file, change and recompile.

See the manual page for how to use it.

== Compiling ==

As distributed mcwm compiles fine under FreeBSD. If you want to
compile mcwm under Debian-derived GNU/Linux systems you will need
these packages and their dependencies: libxcb1-dev, libxcb-atom1-dev,
libxcb-keysyms1-dev, libxcb-icccm1-dev, libxcb-randr0-dev.

Other system are likely to have similar requirements.

== More information & Contact ==

Please see:

  http://hack.org/mc/hacks/mcwm/

To contact me, write to:

  Michael Cardell Widerkrantz <mc@hack.org>