portable version of OpenBSD's cwm(1) window manager
Go to file
oga 3a94c57afc Add "gap" support to .cwmrc. The options put in here make gaps on the edge
of the screen where an application won't be {,vert}maximized over. used for
placing a statusbar or something like xclock.

Patch from Edd Barrett, with input from myself and okan. Thanks!

ok okan@.
2008-04-15 18:46:58 +00:00
calmwm.c malloc -> calloc 2008-04-15 18:22:08 +00:00
calmwm.h Add "gap" support to .cwmrc. The options put in here make gaps on the edge 2008-04-15 18:46:58 +00:00
client.c Add "gap" support to .cwmrc. The options put in here make gaps on the edge 2008-04-15 18:46:58 +00:00
conf.c better 'quit' keybinding default (CMS-q) 2008-04-08 14:12:28 +00:00
cwm.1 - add vi keybindings to search 2008-04-15 18:33:13 +00:00
cwmrc Replace the symlink configuration scheme with a simple yacc parser as 2008-03-23 15:09:21 +00:00
cwmrc.5 Add "gap" support to .cwmrc. The options put in here make gaps on the edge 2008-04-15 18:46:58 +00:00
font.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
grab.c huge amount of cleanup and dead code removal. 2008-01-16 11:39:20 +00:00
group.c Replace the symlink configuration scheme with a simple yacc parser as 2008-03-23 15:09:21 +00:00
hash.h Initial revision 2007-04-27 17:58:48 +00:00
headers.h - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
input.c - add vi keybindings to search 2008-04-15 18:33:13 +00:00
kbfunc.c No cookie for okan. 2008-04-08 17:38:27 +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 Introduce bsd.xconf.mk to set default config variables used 2008-03-25 23:41:50 +00:00
parse.y Add "gap" support to .cwmrc. The options put in here make gaps on the edge 2008-04-15 18:46:58 +00:00
README - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
screen.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
search.c Remove a bunch of unused variables and incorrect comments. 2008-03-22 14:09:02 +00:00
TODO All of the 9wm code in cwm has been removed or re-written. Edit LICENSE 2008-01-16 16:14:55 +00:00
util.c add exec_wm to calmwm.h, it was missing (bad ian@!) 2008-02-20 13:00:18 +00:00
xevents.c Make _xev_quit "volatile sig_atomic_t" for proper correctness. 2008-04-08 00:09:50 +00:00
xmalloc.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
xutil.c huge amount of cleanup and dead code removal. 2008-01-16 11:39:20 +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/