portable version of OpenBSD's cwm(1) window manager
Go to file
oga 43d6e147c2 Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the
mru getting the order messed up when gvim/xpdf et all steal key events.

While i'm here, change the logic in client_cyclenext() to use break instead
of goto, it's nicer that way.

Thirdly, instead of two different kbfuncs, just use the one and a flag.

"put your cycle diff in so I can pkg_delete gvim" okan@
2008-05-19 15:17:50 +00:00
calmwm.c Signal handler of SIGCHLD calls waitpid() which sets errno on error. To 2008-05-06 15:12:04 +00:00
calmwm.h Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the 2008-05-19 15:17:50 +00:00
client.c Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the 2008-05-19 15:17:50 +00:00
conf.c Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the 2008-05-19 15:17:50 +00:00
cwm.1 finally implement keyboard binding for group toggling 2008-05-19 12:56:58 +00:00
cwmrc.5 fix backwards logic in example; found by oga@ 2008-05-18 19:57:43 +00:00
font.c KNF, no binary change. 2008-05-15 22:18:00 +00:00
grab.c fix cwm's current XShape support from Edd Barrett -thanks. 2008-05-17 03:59:54 +00:00
group.c remove extra calls to client_draw_border() 2008-05-18 20:00:16 +00:00
hash.h hit it with the knf stick. 2008-04-15 20:24:41 +00:00
headers.h hit it with the knf stick. 2008-04-15 20:24:41 +00:00
input.c - add vi keybindings to search 2008-04-15 18:33:13 +00:00
kbfunc.c Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the 2008-05-19 15:17:50 +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 Kill conf_get_int(), it was a silly function anyway. 2008-05-18 19:43:50 +00:00
README hit it with the knf stick. 2008-04-15 20:24:41 +00:00
screen.c Rework the alt-tabbing code to be a lot simpler. 2008-05-01 18:01:13 +00:00
search.c KNF, no binary change. 2008-05-15 22:18:00 +00:00
TODO hit it with the knf stick. 2008-04-15 20:24:41 +00:00
util.c KNF, no binary change. 2008-05-15 22:18:00 +00:00
xevents.c finally implement keyboard binding for group toggling 2008-05-19 12:56:58 +00:00
xmalloc.c Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc 2008-04-16 13:38:09 +00:00
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/