diff options
author | Bernd Ahlers <bernd@cvs.openbsd.org> | 2007-04-27 17:58:49 +0000 |
---|---|---|
committer | Bernd Ahlers <bernd@cvs.openbsd.org> | 2007-04-27 17:58:49 +0000 |
commit | 9f2365ad9868613b1cedf19c02c8440a7b570422 (patch) | |
tree | 6ab3954b4a7d0b2bd6a683180022d55b81bef5c3 /app/cwm/README | |
parent | 899e44bee5b681239d5aa9e94bcb6d0a8e8ef7c8 (diff) |
Initial import of cwm-3.
tested by sturm@, ok matthieu@
Diffstat (limited to 'app/cwm/README')
-rw-r--r-- | app/cwm/README | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/app/cwm/README b/app/cwm/README new file mode 100644 index 000000000..b48964315 --- /dev/null +++ b/app/cwm/README @@ -0,0 +1,59 @@ +-------------------------------------------------------------------------------- +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. Feel free to use, + modify and distribute in any form. See the LICENSE file for more + information. + +[1] http://evilwm.sourceforge.net/ |