portable version of OpenBSD's cwm(1) window manager
Go to file
Michael Weber c44a6dd895 Merge pull request #1 from chneukirchen/linux
new upstream stuff
2012-11-05 13:34:03 -08:00
calmwm.c replace 'reload' with 'restart', which merely re-exec's cwm using the 2012-10-31 19:30:19 +00:00
calmwm.h Merge pull request #1 from chneukirchen/linux 2012-11-05 13:34:03 -08:00
client.c extend client_resize so that it can know when to reset max flags and 2012-09-09 19:47:47 +00:00
conf.c Merge pull request #1 from chneukirchen/linux 2012-11-05 13:34:03 -08:00
cwm.1 replace 'reload' with 'restart', which merely re-exec's cwm using the 2012-10-31 19:30:19 +00:00
cwmrc.5 try to clarify xprop(1) output, with respect to WM_CLASS, without going 2012-11-01 01:10:47 +00:00
fgetln.c Add missing functions 2010-02-21 19:18:12 +01:00
font.c replace 'reload' with 'restart', which merely re-exec's cwm using the 2012-10-31 19:30:19 +00:00
group.c Merge branch 'linux' of https://github.com/chneukirchen/cwm into linux 2012-09-19 09:30:13 +02:00
kbfunc.c Merge pull request #1 from chneukirchen/linux 2012-11-05 13:34:03 -08: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 improve pkg-config call, respect CFLAGs 2012-06-27 23:19:59 +02:00
menu.c replace 'reload' with 'restart', which merely re-exec's cwm using the 2012-10-31 19:30:19 +00:00
mousefunc.c extend client_resize so that it can know when to reset max flags and 2012-09-09 19:47:47 +00:00
parse.y Merge pull request #1 from chneukirchen/linux 2012-11-05 13:34:03 -08:00
README Version 5.1 2012-05-02 14:26:57 +02:00
screen.c Further simplify Xinerama init and re-init on XRR events. 2012-07-18 21:53:22 +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 Add missing functions 2010-02-21 19:18:12 +01:00
strlcpy.c Add missing functions 2010-02-21 19:18:12 +01:00
strtonum.c Add missing functions 2010-02-21 19:18:12 +01:00
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 revert previous for now until a way to test more than a few encodings is found 2012-09-12 15:09:33 +00:00
xmalloc.c tag and comment cleanup; ok oga@ 2011-05-11 13:53:51 +00:00
xutil.c Merge pull request #1 from chneukirchen/linux 2012-11-05 13:34:03 -08: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.
Releases are roughly coordinated.

The revision controlled version is at https://github.com/chneukirchen/cwm
Releases can be found at http://chneukirchen.org/releases

ChangeLog:

2012-05-02: First public release 5.1 of portable cwm.

--Christian Neukirchen <chneukirchen@gmail.com>

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