portable version of OpenBSD's cwm(1) window manager
Go to file
jasper 0584867396 fix buffer overflow, as sizeof(paths) won't fit inside the array.
from Stefan Kempf

"looks right to me" matthieu@
2007-09-06 06:01:14 +00:00
calmwm.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
calmwm.h implement keyboard initiated movement of windows 2007-06-27 13:28:22 +00:00
client.c don't map hidden windows on re-start. 2007-06-08 16:29:19 +00:00
conf.c implement keyboard initiated movement of windows 2007-06-27 13:28:22 +00:00
cursor.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
cwm.1 Okan Demirmen sent me a diff to kill some silly Fa macros, then persuaded 2007-06-29 21:10:37 +00:00
draw.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
font.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
geographic.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
grab.c draw window borders when redrawing a window 2007-06-05 18:57:03 +00:00
group.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
hash.h Initial revision 2007-04-27 17:58:48 +00:00
headers.h autoconf junk was zapped, so no need for HAVE_CONFIG_H 2007-05-22 22:14:42 +00:00
input.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
kbfunc.c fix buffer overflow, as sizeof(paths) won't fit inside the array. 2007-09-06 06:01:14 +00:00
LICENSE Initial revision 2007-04-27 17:58:48 +00:00
Makefile Simple Makefile to build cwm. 2007-04-27 18:01:38 +00:00
README Initial revision 2007-04-27 17:58:48 +00:00
screen.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
search.c modify "exec" dialog so that it auto-completes based on executables in 2007-06-26 19:34:26 +00:00
TODO convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
util.c Initial revision 2007-04-27 17:58:48 +00:00
xevents.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
xmalloc.c Initial revision 2007-04-27 17:58:48 +00:00
xutil.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00

--------------------------------------------------------------------------------
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/