portable version of OpenBSD's cwm(1) window manager
Go to file
2012-11-26 16:26:41 +01:00
calmwm.c sort 2012-11-09 03:52:02 +00:00
calmwm.h cvsimport 2012-11-26 16:17:45 +01:00
client.c sort 2012-11-09 03:52:02 +00:00
conf.c variable name consistency; from Thomas Pfaff 2012-11-14 21:31:53 +00: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 clarify windowname and windowclass values are pulled from the WM_CLASS 2012-11-07 14:59:07 +00:00
fgetln.c Add missing functions 2010-02-21 19:18:12 +01:00
font.c sort 2012-11-09 03:52:02 +00:00
group.c sort 2012-11-09 03:52:02 +00:00
kbfunc.c sort 2012-11-09 03:52:02 +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 compile with -D_GNU_SOURCE to get all relevant prototypes 2012-05-04 17:44:27 +02:00
menu.c tab-complete buglet fix: once exec_path is completed, allow for 2012-11-14 21:12:24 +00:00
mousefunc.c sort 2012-11-09 03:52:02 +00:00
parse.y cvsimport 2012-11-01 01:10:47 +00:00
queue.h Vendor OpenBSD queue.h,v 1.36 2012-11-26 16:26:41 +01:00
README Version 5.1 2012-05-02 14:26:57 +02:00
screen.c sort 2012-11-09 03:52:02 +00:00
search.c sort 2012-11-09 03:52:02 +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 sort 2012-11-09 03:52:02 +00:00
xevents.c sort 2012-11-09 03:52:02 +00:00
xmalloc.c add some checks 2012-11-16 14:15:48 +00:00
xutil.c sort 2012-11-09 03:52:02 +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.
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/