portable version of OpenBSD's cwm(1) window manager
Go to file
2014-02-08 02:49:30 +00:00
calmwm.c cvsimport 2014-02-02 21:34:05 +00:00
calmwm.h cvsimport 2014-02-08 02:49:30 +00:00
client.c cvsimport 2014-02-08 02:49:30 +00:00
conf.c cvsimport 2014-02-02 21:34:05 +00:00
cwm.1 Let the config parser continue parsing even after encountering an error; 2014-02-01 00:25:04 +00:00
cwmrc.5 keybinding -> key binding 2014-01-29 21:17:33 +00:00
fgetln.c Add missing functions 2010-02-21 19:18:12 +01:00
group.c cvsimport 2014-02-08 02:49:30 +00:00
kbfunc.c cvsimport 2014-01-30 22:41:16 +00:00
Makefile Makefile: rm -f is enough 2013-10-16 23:05:51 +02:00
menu.c cvsimport 2014-02-02 21:34:05 +00:00
mousefunc.c cvsimport 2014-02-08 02:49:30 +00:00
parse.y cvsimport 2014-01-30 22:41:16 +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 cvsimport 2014-02-08 02:49:30 +00:00
search.c cvsimport 2014-02-08 02:49:30 +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
update.sh add update.sh which I use for importing from CVS 2013-12-17 18:34:04 +01:00
util.c Use vendored queue.h everywhere 2012-11-26 16:27:22 +01:00
xevents.c cvsimport 2014-02-03 21:07:47 +00:00
xmalloc.c cvsimport 2013-12-17 16:12:18 +00:00
xutil.c cvsimport 2014-02-08 02:49:30 +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/