portable version of OpenBSD's cwm(1) window manager
Go to file
2008-07-11 14:23:30 +00:00
calmwm.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
calmwm.h spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
client.c we already have ymax, so use it instead of asking X for it again. 2008-07-11 14:23:30 +00:00
conf.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
cwm.1 Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, 2008-06-25 22:44:42 +00:00
cwmrc.5 Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, 2008-06-25 22:44:42 +00:00
font.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
grab.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
group.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
headers.h hit it with the knf stick. 2008-04-15 20:24:41 +00:00
input.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
kbfunc.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +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 Don't link "-lX11 -lXau -lXdmcp" twice. 2008-06-19 02:21:30 +00:00
menu.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
mousefunc.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
parse.y Make this not crash when compiled with -g. 2008-06-16 19:09:48 +00:00
README hit it with the knf stick. 2008-04-15 20:24:41 +00:00
screen.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
search.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
TODO hit it with the knf stick. 2008-04-15 20:24:41 +00:00
util.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
xevents.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
xmalloc.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
xutil.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +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/