portable version of OpenBSD's cwm(1) window manager
Go to file
sobrado 71ad069846 the on-line manual should use the same notation for key bindings
as the configuration file, this way writing configuration files is easier;
add a few missing interactive command (.Ic) macros to key bindings;
slightly improve spacing in the lists; other tweaks.

ok martynas@
2009-06-18 20:24:54 +00:00
calmwm.c nuke the leading underscore notation for local static functions - there 2009-05-18 00:23:35 +00:00
calmwm.h move like defines to a central, logical location; no binary change. 2009-06-17 12:30:17 +00:00
client.c re-factor parts of mouse move/resize bit to shrink and make more 2009-06-17 12:45:01 +00:00
conf.c 'no' is the answer to the comment question: cc->name can't be NULL at 2009-05-30 00:30:27 +00:00
cwm.1 the on-line manual should use the same notation for key bindings 2009-06-18 20:24:54 +00:00
cwmrc.5 a long time coming - re-work the way we deal with colors: since we're 2009-05-17 23:40:57 +00:00
font.c a long time coming - re-work the way we deal with colors: since we're 2009-05-17 23:40:57 +00:00
group.c In movetogroup, check the window's current group and skip client_hide() 2009-05-19 12:49:37 +00:00
headers.h we include sys/param.h, so remove sys/types.h; sort while here. 2009-04-12 23:51:10 +00:00
input.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
kbfunc.c add a "movetogroup" function, which hides the current window from 2009-05-17 17:04:59 +00:00
LICENSE All of the 9wm code in cwm has been removed or re-written. Edit LICENSE 2008-01-16 16:14:55 +00:00
Makefile library dependency ordering matters for static archs, -lXext last in this case 2009-01-19 20:23:19 +00:00
menu.c move like defines to a central, logical location; no binary change. 2009-06-17 12:30:17 +00:00
mousefunc.c re-factor parts of mouse move/resize bit to shrink and make more 2009-06-17 12:45:01 +00:00
parse.y a long time coming - re-work the way we deal with colors: since we're 2009-05-17 23:40:57 +00:00
README hit it with the knf stick. 2008-04-15 20:24:41 +00:00
screen.c - add missing prototypes. 2009-01-15 00:32:35 +00:00
search.c move like defines to a central, logical location; no binary change. 2009-06-17 12:30:17 +00:00
TODO remove "search should ignore the current window" from list, for the 2009-01-06 00:41:09 +00:00
util.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
xevents.c Rip out the event layer and just use a static array of callbacks like 2009-05-18 00:14:19 +00:00
xmalloc.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
xutil.c remove unnecessary casts; from Thomas Pfaff 2009-06-17 13:08:37 +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/