diff options
author | okan <okan> | 2009-12-15 03:25:22 +0000 |
---|---|---|
committer | okan <okan> | 2009-12-15 03:25:22 +0000 |
commit | 597cb25820b9b89d6876d37bcdae6ba49f67de30 (patch) | |
tree | c7eb4de9f8fd0c7079ce860b0788b3d492ca54e8 /README | |
parent | b6b7d273d4bf5486a6efb4ec2100f59d8dfaf8a8 (diff) | |
download | cwm-597cb25820b9b89d6876d37bcdae6ba49f67de30.tar.gz cwm-597cb25820b9b89d6876d37bcdae6ba49f67de30.tar.xz cwm-597cb25820b9b89d6876d37bcdae6ba49f67de30.zip |
mostly irrelevant now, so remove.
ok oga@
Diffstat (limited to 'README')
-rw-r--r-- | README | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/README b/README deleted file mode 100644 index 520638d..0000000 --- a/README +++ /dev/null @@ -1,58 +0,0 @@ --------------------------------------------------------------------------------- -cwm release three --------------------------------------------------------------------------------- - by Marius Aamodt Eriksen <marius@monkey.org> - contributions by Andy Adamson <dros@monkey.org>, - Niels Provos <provos@monkey.org>, - Martin Murray <mmurray@monkey.org>, - Dimitris Economou <dimeco@stanford.edu> & - Antti Nykänen <aon@iki.fi>. - - http://monkey.org/~marius/cwm - -DESCRIPTION - - cwm is a window manager initially inspired by evilwm[1]. It - developed out of modifications to evilwm, but eventually the code - base of evilwm did not accomodate well for the new features added. - So calmwm was written from scratch. - - Its main goal is to be as efficient as possible, while providing - a very clean, simple & attractive aesthetic. - - cwm has several novel features, including the ability to search - for windows. - -HIGHLIGHTS IN RELEASE TWO - - * Improved alt-tabbing, including the ability to reverse cycle. - * Display of a context menu when alt-tabbing, showing the previous, - current and next window in the cycle order. - * Much improved ranking in search. - * In search-menus, the ability to list every item. - -HIGHLIGHTS IN RELEASE THREE - - * More search ranking improvements - * Many contributions by Antti Nykänen: keyboard binding "i18n", - show window labels in minimized window menu, automatic window - grouping, MWM hints support & some bug fixes. - * Xft support & the addition of the -f flag (see manpage). - -INSTALL - - ./configure - make - su - make install - -DOCUMENTATION - - See the manpage cwm(1). - -LICENSE - - cwm is distributed under a BSD like license. Please see the LICENSE - file or the top of any source file for more information. - -[1] http://evilwm.sourceforge.net/ |