From 2ad594d265e4692886eabd854576c3affbda8e52 Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz <mc@hack.org> Date: Tue, 20 Jul 2010 22:39:14 +0200 Subject: [PATCH] Updated wording. --- README | 14 ++++++++------ 1 file 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. -- GitLab