portable version of OpenBSD's cwm(1) window manager
Go to file
2009-02-07 16:59:11 +00:00
calmwm.c remove Nscreens and x_screenname() - we really don't need them. 2009-01-27 02:16:20 +00:00
calmwm.h remove Nscreens and x_screenname() - we really don't need them. 2009-01-27 02:16:20 +00:00
client.c passing a null pointer to free() is valid; sprinkle a few free->xfree. 2009-01-23 20:47:45 +00:00
conf.c passing a null pointer to free() is valid; sprinkle a few free->xfree. 2009-01-23 20:47:45 +00:00
cwm.1 remove leftover from mdoc.samples; ok jmc@ 2009-02-07 16:59:11 +00:00
cwmrc.5 remove leftover from mdoc.samples; ok jmc@ 2009-02-07 16:59:11 +00:00
font.c better cast; noticed by ray@ 2009-01-13 15:25:43 +00:00
group.c One of the most annoying things to do was restart cwm and lose all of 2009-01-27 00:42:53 +00:00
headers.h remove pwin, bringing us to one client, one window. we no longer have 2009-01-16 15:24:14 +00:00
input.c
kbfunc.c fix off-by-one in geom.[xy], after pwin changes. keyboard movement 2009-02-03 22:20:31 +00:00
LICENSE
Makefile library dependency ordering matters for static archs, -lXext last in this case 2009-01-19 20:23:19 +00:00
menu.c
mousefunc.c now that pwin is gone gone gone, we no longer have to do the bwidth 2009-01-22 19:01:56 +00:00
parse.y move conf_clear() and add proto. 2009-01-23 19:00:59 +00:00
README
screen.c - add missing prototypes. 2009-01-15 00:32:35 +00:00
search.c
TODO
util.c
xevents.c Move the keybinding argument to a union to prevent warnings where 2009-01-23 18:58:40 +00:00
xmalloc.c
xutil.c One of the most annoying things to do was restart cwm and lose all of 2009-01-27 00:42:53 +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. Please see the LICENSE
   file or the top of any source file for more information.

[1] http://evilwm.sourceforge.net/