summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2010-07-20 22:39:14 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2010-07-20 22:39:14 +0200
commit2ad594d265e4692886eabd854576c3affbda8e52 (patch)
tree8016c80f7312d5acf9a80a81c6561a81c4911d87 /README
parent71214ff1ca59593efc5057ea126e13a3f51018a4 (diff)
downloadmcwm-2ad594d265e4692886eabd854576c3affbda8e52.zip
Updated wording.20100720
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 8 insertions, 6 deletions
diff --git a/README b/README
index 076fb2e..3b3a679 100644
--- a/README
+++ b/README
@@ -1,11 +1,13 @@
-*- text -*-
-This is a small window manager for the X Window System written
-entirely with XCB, the straight X protocol binding to the C language.
-
-It's a traditional 'floating' window manager. It doesn't really give
-anything new to the user experience. It is pretty stupid, but can
-probably be useful for some people.
+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.
+
+It's a minimalistic, 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.