portable version of OpenBSD's cwm(1) window manager
Go to file
2011-10-12 15:43:50 +00:00
calmwm.c allow configurable menu font color; from Alexander Polakov with a tweak 2011-09-08 12:35:33 +00:00
calmwm.h cvsimport 2011-09-13 09:17:30 +00:00
client.c add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to 2011-09-13 08:41:57 +00:00
conf.c fix spelling I keep getting wrong for some unknown reason; found by and 2011-09-13 09:17:30 +00:00
cwm.1
cwmrc.5 allow configurable menu font color; from Alexander Polakov with a tweak 2011-09-08 12:35:33 +00:00
fgetln.c
font.c allow configurable menu font color; from Alexander Polakov with a tweak 2011-09-08 12:35:33 +00:00
group.c use xfree instead of free since strings is allocated with xmalloc; from 2011-10-12 15:43:50 +00:00
kbfunc.c cvsimport 2011-09-08 12:35:33 +00:00
LICENSE
Makefile rewrite Makefile 2011-10-05 17:48:33 +02:00
menu.c reinit menu on reload; from Alexander Polakov. needed for catching 2011-09-08 12:00:49 +00:00
mousefunc.c split off window hints from geometry so we don't need to carry them all 2011-09-03 09:42:33 +00:00
parse.y allow configurable menu font color; from Alexander Polakov with a tweak 2011-09-08 12:35:33 +00:00
README Add README 2011-10-05 17:48:47 +02:00
screen.c tag and comment cleanup; ok oga@ 2011-05-11 13:53:51 +00:00
search.c We are inconsistent when it comes to function returns, so just go all 2011-07-25 15:10:24 +00:00
strlcat.c
strlcpy.c
strtonum.c
util.c We are inconsistent when it comes to function returns, so just go all 2011-07-25 15:10:24 +00:00
xevents.c cvsimport 2011-09-13 09:17:30 +00:00
xmalloc.c tag and comment cleanup; ok oga@ 2011-05-11 13:53:51 +00:00
xutil.c We are inconsistent when it comes to function returns, so just go all 2011-07-25 15:10:24 +00:00

This is a port of OpenBSD's excellent cwm[0] to Linux and other
Unices.

    cwm is a window manager for X11 which contains many features that
    concentrate on the efficiency and transparency of window
    management.  cwm also aims to maintain the simplest and most
    pleasant aesthetic.

This port requires pkg-config, Xft, Xinerama and Xrandr.  The included
Makefile should work with both GNU make and BSD make.

This version actively tracks changes in the OpenBSD CVS repository.

--Christian Neukirchen <chneukirchen@gmail.com>

[0]: http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/