portable version of OpenBSD's cwm(1) window manager
Go to file
Christian Neukirchen 5515a365ba cvsimport
2013-05-29 22:41:51 +02:00
calmwm.c cvsimport 2013-05-29 22:41:51 +02:00
calmwm.h cvsimport 2013-05-29 22:41:51 +02:00
client.c cvsimport 2013-05-29 22:41:51 +02:00
conf.c cvsimport 2013-05-29 22:41:51 +02: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 add per-group vert/horiz tiling support; introduces 2 new bind commands, 2013-01-08 15:16:04 +00:00
fgetln.c Add missing functions 2010-02-21 19:18:12 +01:00
group.c cvsimport 2013-05-29 22:41:51 +02:00
kbfunc.c cvsimport 2013-05-29 22:41:51 +02:00
Makefile cvsimport 2013-05-29 22:41:51 +02:00
menu.c cvsimport 2013-05-29 22:41:51 +02:00
mousefunc.c cvsimport 2013-05-29 22:41:51 +02:00
parse.y cvsimport 2013-05-29 22:41:51 +02: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 2013-05-29 22:41:51 +02:00
search.c cvsimport 2013-04-30 21:12:20 +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 Use vendored queue.h everywhere 2012-11-26 16:27:22 +01:00
xevents.c cvsimport 2013-05-29 22:41:51 +02:00
xmalloc.c cvsimport 2012-11-28 14:32:44 +00:00
xutil.c cvsimport 2013-05-29 22:41:51 +02: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/