portable version of OpenBSD's cwm(1) window manager
Go to file
okan b86d3cfae9 "Meta is a perfectly well defined concept in X (The keys bound to the
Meta_L or Meta_R keysysm).  no need to redefine it roughly there" - matthieu@
2008-06-03 21:27:47 +00:00
calmwm.c Make menu_filter handle mouse movement too. This enables the keyboard 2008-05-21 14:11:19 +00:00
calmwm.h Make menu_filter handle mouse movement too. This enables the keyboard 2008-05-21 14:11:19 +00:00
client.c make sure to take bwdith into account when placing a new window. 2008-05-23 18:57:35 +00:00
conf.c General cleanup. 2008-05-19 18:53:09 +00:00
cwm.1 "Meta is a perfectly well defined concept in X (The keys bound to the 2008-06-03 21:27:47 +00:00
cwmrc.5 allow an autogroup value of 0 to mean no group. This means you can set 2008-05-19 17:13:55 +00:00
font.c KNF, no binary change. 2008-05-15 22:18:00 +00:00
grab.c Make menu_filter handle mouse movement too. This enables the keyboard 2008-05-21 14:11:19 +00:00
group.c Make menu_filter handle mouse movement too. This enables the keyboard 2008-05-21 14:11:19 +00:00
hash.h
headers.h
input.c stop normalizing search input; searching and matching are still 2008-05-19 18:07:53 +00:00
kbfunc.c Pull out the behaviour in grab_label and search_start into one utility 2008-05-20 14:50:51 +00:00
LICENSE
Makefile Pull out the behaviour in grab_label and search_start into one utility 2008-05-20 14:50:51 +00:00
menu.c Grab the keyboard when we initialise the menu. This stops the keyboard 2008-05-23 18:48:57 +00:00
parse.y allow an autogroup value of 0 to mean no group. This means you can set 2008-05-19 17:13:55 +00:00
README
screen.c Rework the alt-tabbing code to be a lot simpler. 2008-05-01 18:01:13 +00:00
search.c Pull out the behaviour in grab_label and search_start into one utility 2008-05-20 14:50:51 +00:00
TODO
util.c KNF, no binary change. 2008-05-15 22:18:00 +00:00
xevents.c Make menu_filter handle mouse movement too. This enables the keyboard 2008-05-21 14:11:19 +00:00
xmalloc.c
xutil.c KNF, no binary change. 2008-05-15 22:18:00 +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/